Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seems like latest update of the controller throws errors in the integration #55

Open
stijnpiron opened this issue Apr 21, 2023 · 1 comment

Comments

@stijnpiron
Copy link

I just updated my controller to v2.17.1.521 and now the integration seems to be broken. Getting these errors in the log:

Logger: homeassistant.config_entries
Source: helpers/entity_component.py:169
First occurred: 09:37:59 (15 occurrences)
Last logged: 09:37:59

Error setting up entry hobby (FP00112A22471A.home) for number
Error setting up entry hobby (FP00112A22471A.home) for select
Error setting up entry hobby (FP00112A22471A.home) for sensor
Error setting up entry hobby (FP00112A22471A.home) for switch
Error setting up entry hobby (FP00112A22471A.home) for update
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 383, in async_setup
    result = await component.async_setup_entry(hass, self)
  File "/usr/src/homeassistant/homeassistant/components/alarm_control_panel/__init__.py", line 115, in async_setup_entry
    return await component.async_setup_entry(entry)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 169, in async_setup_entry
    raise ValueError("Config entry has already been setup!")
ValueError: Config entry has already been setup!

The error list is longer, just copied the first couple of entries.

@stijnpiron
Copy link
Author

too soon, a restart of HA seems to fix it...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant