Can't setup ha_gehome anymore
Opened this issue · 3 comments
mguaylam commented
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 my@domain.com (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 commented
I came back to v0.6.11 and it works. Strange.
NickStallman commented
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 commented
Same - 6.13 breaks and downgrading to 6.12 fixes it.