-
- Downloads
Add support for Habitica (#15744)
* Added support for Habitica Second refactoring Moved all config to component. Sensors are autodiscovered. Signed-off-by:delphi <cpp.create@gmail.com> * Apply requested changes Signed-off-by:
delphi <cpp.create@gmail.com> * Made event fire async. Made `sensors` config implicit and opt-out-style. Signed-off-by:
delphi <cpp.create@gmail.com> * Removed unneeded check and await. Signed-off-by:
delphi <cpp.create@gmail.com> * Moved into separate component package and added service.yaml Signed-off-by:
delphi <cpp.create@gmail.com> * Fix coveralls Signed-off-by:
delphi <cpp.create@gmail.com>
Showing
- .coveragerc 3 additions, 0 deletions.coveragerc
- homeassistant/components/habitica/__init__.py 158 additions, 0 deletionshomeassistant/components/habitica/__init__.py
- homeassistant/components/habitica/services.yaml 15 additions, 0 deletionshomeassistant/components/habitica/services.yaml
- homeassistant/components/sensor/habitica.py 96 additions, 0 deletionshomeassistant/components/sensor/habitica.py
- requirements_all.txt 3 additions, 0 deletionsrequirements_all.txt
homeassistant/components/sensor/habitica.py
0 → 100644
Please register or sign in to comment