-
- Downloads
Add Integration for Goal Zero Yeti Power Stations (#39231)
* Add Integration for Goal Zero Yeti Power Stations * Goal Zero Yeti integration with config flow * Remove unused entities * Remove entry from requirements_test_all * Pylint fix * Apply suggestions from code review Co-authored-by:Franck Nijhof <frenck@frenck.nl> * Add tests for goalzero integration * Fix UNIT_PERCENTAGE to PERCENTAGE * isort PERCENTAGE * Add tests * Add en translation * Fix tests * bump goalzero to 0.1.1 * fix await * bump goalzero to 0.1.2 * Update tests/components/goalzero/__init__.py Co-authored-by:
J. Nick Koston <nick@koston.org> * apply recommended changes * isort * bump goalzero to 0.1.4 * apply recommended changes * apply recommended changes Co-authored-by:
Franck Nijhof <frenck@frenck.nl> Co-authored-by:
J. Nick Koston <nick@koston.org>
Showing
- .coveragerc 2 additions, 0 deletions.coveragerc
- CODEOWNERS 1 addition, 0 deletionsCODEOWNERS
- homeassistant/components/goalzero/__init__.py 140 additions, 0 deletionshomeassistant/components/goalzero/__init__.py
- homeassistant/components/goalzero/binary_sensor.py 62 additions, 0 deletionshomeassistant/components/goalzero/binary_sensor.py
- homeassistant/components/goalzero/config_flow.py 75 additions, 0 deletionshomeassistant/components/goalzero/config_flow.py
- homeassistant/components/goalzero/const.py 28 additions, 0 deletionshomeassistant/components/goalzero/const.py
- homeassistant/components/goalzero/manifest.json 8 additions, 0 deletionshomeassistant/components/goalzero/manifest.json
- homeassistant/components/goalzero/strings.json 22 additions, 0 deletionshomeassistant/components/goalzero/strings.json
- homeassistant/components/goalzero/translations/en.json 22 additions, 0 deletionshomeassistant/components/goalzero/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/goalzero/__init__.py 35 additions, 0 deletionstests/components/goalzero/__init__.py
- tests/components/goalzero/test_config_flow.py 120 additions, 0 deletionstests/components/goalzero/test_config_flow.py
homeassistant/components/goalzero/const.py
0 → 100644
tests/components/goalzero/__init__.py
0 → 100644
Please register or sign in to comment