Closed plattze closed 7 months ago
Same here. Just check the release notes. There was a breaking change that affects configuration in configuration.yaml.
As @moerpel said, there was a breaking change which was noted in the release notes. You should just remove the home_connect_alt section from configuration.yaml. Everything is not configurable in the UI. In procedure @moerpel mentions should not be necessary, the integration will ask for the credentials if they don't exist.
Mine is also broken, even if I have read the release notes and removed the YAML configuration. I have verified that the application credentials are indeed imported. I have even removed and re-added them. Still no joy.
Logger: homeassistant.config_entries
Source: config_entries.py:444
First occurred: 22:24:57 (2 occurrences)
Last logged: 22:30:25
Error setting up entry Home Connect Appliances for home_connect_alt
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 444, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/home_connect_alt/__init__.py", line 121, in async_setup_entry
implementation = await config_entry_oauth2_flow.async_get_config_entry_implementation(hass, config_entry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/config_entry_oauth2_flow.py", line 420, in async_get_config_entry_implementation
raise ValueError("Implementation not available")
ValueError: Implementation not available
Delete any credentials associated with the home connect alt integration then delete the integration (which actually means you need to delete the config entry) and then add the integration back again.
Delete any credentials associated with the home connect alt integration then delete the integration (which actually means you need to delete the config entry) and then add the integration back again.
Yepp, that did the trick. Thanks!
Same here. Just check the release notes. There was a breaking change that affects configuration in configuration.yaml.
Thank you, I had the same problem and solved it this way by reading the release notes.
Had a previously working system. Only change was to upgrade to 1.1.3 in the HACS UI. UI showed 4.x to 5.x something, but now that it's broken I cant see the exact version sorry.
I can't see any documentation which is suggesting the configuration.yaml config has changed?
Configuration.yaml (which hasnt changed):