-
- Downloads
Add JustNimbus integration (#75718)
Co-authored-by:
Franck Nijhof <frenck@frenck.nl>
Showing
- .coveragerc 4 additions, 0 deletions.coveragerc
- CODEOWNERS 2 additions, 0 deletionsCODEOWNERS
- homeassistant/components/justnimbus/__init__.py 25 additions, 0 deletionshomeassistant/components/justnimbus/__init__.py
- homeassistant/components/justnimbus/config_flow.py 60 additions, 0 deletionshomeassistant/components/justnimbus/config_flow.py
- homeassistant/components/justnimbus/const.py 13 additions, 0 deletionshomeassistant/components/justnimbus/const.py
- homeassistant/components/justnimbus/coordinator.py 34 additions, 0 deletionshomeassistant/components/justnimbus/coordinator.py
- homeassistant/components/justnimbus/entity.py 37 additions, 0 deletionshomeassistant/components/justnimbus/entity.py
- homeassistant/components/justnimbus/manifest.json 9 additions, 0 deletionshomeassistant/components/justnimbus/manifest.json
- homeassistant/components/justnimbus/sensor.py 193 additions, 0 deletionshomeassistant/components/justnimbus/sensor.py
- homeassistant/components/justnimbus/strings.json 19 additions, 0 deletionshomeassistant/components/justnimbus/strings.json
- homeassistant/components/justnimbus/translations/en.json 19 additions, 0 deletionshomeassistant/components/justnimbus/translations/en.json
- homeassistant/generated/config_flows.py 1 addition, 0 deletionshomeassistant/generated/config_flows.py
- requirements_all.txt 3 additions, 0 deletionsrequirements_all.txt
- requirements_test_all.txt 3 additions, 0 deletionsrequirements_test_all.txt
- tests/components/justnimbus/__init__.py 1 addition, 0 deletionstests/components/justnimbus/__init__.py
- tests/components/justnimbus/test_config_flow.py 84 additions, 0 deletionstests/components/justnimbus/test_config_flow.py
homeassistant/components/justnimbus/const.py
0 → 100644
tests/components/justnimbus/__init__.py
0 → 100644
Please register or sign in to comment