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

Can't setup ha_gehome anymore #301

Open
mguaylam opened this issue Nov 6, 2024 · 7 comments
Open

Can't setup ha_gehome anymore #301

mguaylam opened this issue Nov 6, 2024 · 7 comments

Comments

@mguaylam
Copy link

mguaylam commented Nov 6, 2024

I tried to update to the last version of ha_gehome (0.6.13) from (0.6.11) but I can't seem to setup it anymore.

I get this error :

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 594, in async_setup
    result = await component.async_setup_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/binary_sensor/__init__.py", line 232, in async_setup_entry
    return await hass.data[DATA_COMPONENT].async_setup_entry(entry)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 183, in async_setup_entry
    raise ValueError(
ValueError: Config entry [email protected] (01JC1N0AHDA7YQDBQ4VKDWD7BF) for ge_home.binary_sensor has already been setup!

I have Home Assistant with containers and my install method is manual.
I tried to wipe all entries from the .storage section but it still does it. I'm not sure what I'm missing.

@mguaylam
Copy link
Author

mguaylam commented Nov 6, 2024

I came back to v0.6.11 and it works. Strange.

@NickStallman
Copy link

I can confirm that 0.6.13 broke for me as well and cannot log in. Downgrading to 0.6.12 works perfectly again.

@rsteckler
Copy link

Same - 6.13 breaks and downgrading to 6.12 fixes it.

@simbaja
Copy link
Owner

simbaja commented Dec 1, 2024

Seems to do with the new behavior related to the deprecated Home Assistant functionality, I've added some code for 0.6.14 that may help, let me know if it works after you try it.

@mguaylam
Copy link
Author

mguaylam commented Dec 2, 2024

I don't have the integration anymore because I'm using the GEA adapter so I don't know if @NickStallman or @rsteckler could test and confirm if it work so I can close the issue. 🙂

@rsteckler
Copy link

Was on 6.12 and it worked.
Installed 6.13 and it broke as above.
Installed 6.14 and the integration loads, but has an error:

Failed setup, will retry: Could not connect to SmartHQ

I deleted the hub and tried to login to it again. It failed with the same error.
Downgraded to 6.12 and it works again.

@NickStallman
Copy link

0.6.14 looks to be running happily for me. Thanks!

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

4 participants