1.0.0-b1
Pre-releaseThis is a major release with breaking changes
This release finally introduces Config Flows to Home Connect Alt it follows the API call optimizations done in 0.7.0 and finally brings the integration to a maturity level that I would consider GA. Therefor, once it's out of beta, it will have the version number 1.0.0.
Supporting config flows required a lot of refactoring to the configuration of the integration. I tried to to maintain backward compatibility with the old file-based configuration, but there may still be issues.
The integration also supports the Options Flow for everything except the most advanced configuration options, which means it can be dynamically configured without having to restart Home Assistant. Even logging can be enabled without a restart. Note that settings configured in the UI will override settings from the file.
If you need to report bugs please review and follow the instructions in the README for this release. If you want to access it directly on github make sure to select the "config_flow" branch.
Call for translations
This version adds some new configuration related translation strings. If you are a native speaker of one of the other supported languages (or want to add a new one) please submit a PR with translation for your language.
Commits
- 719795c: Support UI config flow + options (Eran Kutner)
- b4822d7: Merge branch 'master' into config_flow (Eran Kutner)
- 4f4955a: Update config flow and translations (Eran Kutner)
- 44f6c89: Update translation files with config flows and HC Service entities (Eran Kutner)
- 0093b92: Add loggers to manifest (Eran Kutner)
- ec8522d: Add backward support for sensor_value_translation config (Eran Kutner)
- bd06231: Merge remote-tracking branch 'origin/master' into config_flow (Eran Kutner)
- 67066a3: Update pre-release action (Eran Kutner)
- 7f0c48a: README updates for config flow (Eran Kutner)
- 32eb757: Update version to 1.0.0-b1 (Eran Kutner)
Full Changelog: 0.7.0-b5...1.0.0-b1