-
- Downloads
Add Nobø Ecohub integration (#50913)
* Initial version of Nobø Ecohub. * Options update listener for Nobø Ecohub * Unit test for nobo_hub config flow * Cleanup * Moved comment re backwards compatibility * Improved tests * Improved tests * Options flow test Pylint * Fix backwards compatibility mode * Don't require Python 3.9 * Import form configuration.yaml * Check if device is already configured. Correct tests for only discovering serial prefix Fix importing when only serial suffix is configured * Use constants * Pylint and variable name clenaup. * Review Co-authored-by:Franck Nijhof <frenck@frenck.nl> * Fix tests * Correct disabling off_command and on_commands ("Default" is a hard coded week profile in the hub). * Improve options dialog * Configure override type in options dialog * Formatting * pyupgrade * Incorporated review comments * Incorporated review comments. * Incorporated second round of review comments. * Add polling to discover preset change in HVAC_MODE_AUTO. * Added tests/components/nobo_hub to CODEOWNERS. * Update homeassistant/components/nobo_hub/config_flow.py Review Co-authored-by:
Allen Porter <allen.porter@gmail.com> * Update homeassistant/components/nobo_hub/climate.py Review Co-authored-by:
Allen Porter <allen.porter@gmail.com> * Simplify if tests. * Update homeassistant/components/nobo_hub/__init__.py Co-authored-by:
Franck Nijhof <frenck@frenck.nl> * Update homeassistant/components/nobo_hub/__init__.py Co-authored-by:
Franck Nijhof <frenck@frenck.nl> * Update homeassistant/components/nobo_hub/__init__.py Co-authored-by:
Franck Nijhof <frenck@frenck.nl> * Separate config step for manual configuration. * Fixed indentation * Made async_set_temperature more robust * Thermometer supports tenths even though thermostat is in ones. * Preserve serial suffix in config dialog on error. * Initial version of Nobø Ecohub. * Improved tests * Review Co-authored-by:
Franck Nijhof <frenck@frenck.nl> * Configure override type in options dialog * Separate config step for manual configuration. * Update homeassistant/components/nobo_hub/__init__.py Co-authored-by:
Franck Nijhof <frenck@frenck.nl> * Formatting (prettier) * Fix HA stop listener. * Review * Apply suggestions from code review Co-authored-by:
Martin Hjelmare <marhje52@gmail.com> * Review - Removed workaround to support "OFF" setting. - Simplified config flow to add a new device. * Apply suggestions from code review Co-authored-by:
Martin Hjelmare <marhje52@gmail.com> * Apply suggestions from code review Co-authored-by:
Martin Hjelmare <marhje52@gmail.com> * Fixed review comments * Update en.json with correction in review. * Implemented review comments: - Register devices - Simplifed async_set_temperature * Register hub as device in init module * Implemented review comments. Upgraded pynobo to 1.4.0. * Apply suggestions from code review Co-authored-by:
Martin Hjelmare <marhje52@gmail.com> * Avoid tacking on the device name in the entity name * Inherit entity name from device name Co-authored-by:
Franck Nijhof <frenck@frenck.nl> Co-authored-by:
Allen Porter <allen.porter@gmail.com> Co-authored-by:
Martin Hjelmare <marhje52@gmail.com>
Showing
- .coveragerc 2 additions, 0 deletions.coveragerc
- CODEOWNERS 2 additions, 0 deletionsCODEOWNERS
- homeassistant/components/nobo_hub/__init__.py 86 additions, 0 deletionshomeassistant/components/nobo_hub/__init__.py
- homeassistant/components/nobo_hub/climate.py 209 additions, 0 deletionshomeassistant/components/nobo_hub/climate.py
- homeassistant/components/nobo_hub/config_flow.py 210 additions, 0 deletionshomeassistant/components/nobo_hub/config_flow.py
- homeassistant/components/nobo_hub/const.py 19 additions, 0 deletionshomeassistant/components/nobo_hub/const.py
- homeassistant/components/nobo_hub/manifest.json 9 additions, 0 deletionshomeassistant/components/nobo_hub/manifest.json
- homeassistant/components/nobo_hub/strings.json 44 additions, 0 deletionshomeassistant/components/nobo_hub/strings.json
- homeassistant/components/nobo_hub/translations/en.json 44 additions, 0 deletionshomeassistant/components/nobo_hub/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/nobo_hub/__init__.py 1 addition, 0 deletionstests/components/nobo_hub/__init__.py
- tests/components/nobo_hub/test_config_flow.py 289 additions, 0 deletionstests/components/nobo_hub/test_config_flow.py
homeassistant/components/nobo_hub/climate.py
0 → 100644
homeassistant/components/nobo_hub/const.py
0 → 100644
tests/components/nobo_hub/__init__.py
0 → 100644
Please register or sign in to comment