Closed skydivedave closed 9 months ago
I am experiencing the same on Home Assistant Blue
ROLLBACK LOG FILE:
2024-02-07 22:18:47.044 ERROR (MainThread) [root] Uncaught exception
Traceback (most recent call last):
File "
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1148, in __setitem__
self._domain_unique_id_index.setdefault(entry.domain, {})[
TypeError: unhashable type: 'list'
You have a custom integration that is using a list as a unique id. A unique id must be a string.
You'll have to manually fix your /config/.storage/core.config_entries
file
"unique_id":[
This was extremely helpful! Thank you for that…
I have managed to get the log from recovery mode. home-assistant_2024-02-08T10-43-38.023Z.log
2024-02-08 10:41:13.056 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration zone which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-02-08 10:41:13.057 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration alexa_media which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-02-08 10:41:13.057 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration robovac which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-02-08 10:41:13.057 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-02-08 10:41:13.058 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration heatmiserneo which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-02-08 10:41:13.058 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration tapo which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-02-08 10:41:13.058 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration spotcast which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-02-08 10:41:13.059 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration daikin_residential_altherma which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-02-08 10:41:13.059 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration volkswagencarnet which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-02-08 10:41:25.300 ERROR (SyncWorker_1) [homeassistant.util.package] Unable to install package shapely==2.0.1: error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [3 lines of output]
@disforw your issue is this one https://github.com/home-assistant/core/issues/109908, and not the same as reported by @skydivedave AFAICT
With help from another, it turns out i was using a 3rd party integration Polygon based on "shapely" and removing that fixed my issue.
Thanks all for your help
The problem
Upon installing the latest version of the core, my system goes into recovery mode and I have to perform a system restore to 2024.1.6
What version of Home Assistant Core has the issue?
core-2024.2.0
What was the last working version of Home Assistant Core?
core-2024.1.6
What type of installation are you running?
Home Assistant OS
Integration causing the issue
No response
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response