-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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 upgrade from 2024.1.5 to 2024.2 #109948
Comments
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
|
Why HA do not show in UI which integration is problem. I have same problem.. can not update.. |
Probably hikvision_next |
I don't agree. If we do optimization which make assumptions which are not enforced, we need to be able to handle the bad data. We need to handle the case where we already have bad data, and also prevent writing new bad data. |
why does downgrading need to be done .. will the "unique_id":[ not be in the current one? if its not, then why would it be failing on boot up now? fwiw , I don't seem to have anything "unique_id":[ in my file |
@thefunkygibbon can you execute jq -r '.data.entries[] | select(.unique_id | type == "array") | {unique_id, domain}' /config/.storage/core.config_entries If that doesn't return anything, please open a new issue |
The unhashable item does not have to be a list, it can also be a dict |
Fair point |
ok i downgraded and checked the file again and i now have the list entry in there and it is the hikvision_next integration :-( |
I removed the Hikvision HACS integration and I can now update. However, this brings back the Omada issue with 2024.1.6 I'd hoped the fix was being rolled out in 2024.2, but no, so it's back to 2024.1.5 I go..... although I tried the custom fix and it worked. Removed that, rebooted and now Omada is working again.. |
The problem
When attempting to upgrade, the system fails and rolls back to 1.5
What version of Home Assistant Core has the issue?
2024.2
What was the last working version of Home Assistant Core?
2024.1.5
What type of installation are you running?
Home Assistant OS
Integration causing the issue
na
Link to integration documentation on our website
No response
Diagnostics information
Supervisor log:
Rollback Log:
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
Had to roll back from 2024.1.6 because of Omada issue.
The text was updated successfully, but these errors were encountered: