integration
integration copied to clipboard
HACS Auto Updates do not work anymore
System Health details
System Information
version | core-2024.2.2 |
---|---|
installation_type | Unsupported Third Party Container |
dev | false |
hassio | false |
docker | true |
user | abc |
virtualenv | false |
python_version | 3.12.2 |
os_name | Linux |
os_version | 6.1.64-Unraid |
arch | x86_64 |
timezone | Europe/Berlin |
config_dir | /config |
Home Assistant Community Store
GitHub API | ok |
---|---|
GitHub Content | ok |
GitHub Web | ok |
GitHub API Calls Remaining | 4999 |
Installed Version | 1.34.0 |
Stage | running |
Available Repositories | 1404 |
Downloaded Repositories | 80 |
HACS Data | ok |
Home Assistant Cloud
logged_in | false |
---|---|
can_reach_cert_server | ok |
can_reach_cloud_auth | ok |
can_reach_cloud | ok |
Dashboards
dashboards | 4 |
---|---|
resources | 52 |
views | 52 |
mode | storage |
Recorder
oldest_recorder_run | 12. Februar 2024 um 17:42 |
---|---|
current_recorder_run | 17. Februar 2024 um 04:03 |
estimated_db_size | 794.54 MiB |
database_engine | sqlite |
database_version | 3.44.2 |
Spotify
api_endpoint_reachable | ok |
---|
Checklist
- [X] I'm running the newest version of HACS https://github.com/hacs/integration/releases/latest
- [X] I have enabled debug logging for my installation.
- [X] I have filled out the issue template to the best of my ability.
- [X] I have read https://hacs.xyz/docs/issues
- [X] This issue is related to the backend (integration part) of HACS.
- [X] This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
- [X] This issue is not a duplicate issue of currently open or issues pending release.
Describe the issue
Updates of HACS and its integrations are not found anymore. Only if I restart Home Assistant with the option to restart and not only reload config. Or restart the Docker container which is basically the same.
I waited more than 72 hours to be sure it was how it was for a while now. No updates are shown but when I restart Home Assistant they instantly pop up. I didn't change any major thing so I could say who would lead to this behavior.
Reproduction steps
- Install Docker version of Home Assistant
- Install HACS and some integrations
- Wait 48 hours until the updates should be shown but there are none even though there should be some ...
Debug logs
I cannot copy the logs because they contain 70MB. I can upload them somewhere else if needed.
Diagnostics dump
Make sure you have read the issue guidelines and that you filled out the entire template.
If you have an issue identical to this, do not add comments like "same here", "i have this too", instead add a :+1: reaction to the issue description. Thanks! :+1:
As nobody seems to answer I provide the logs via Google Drive now: https://drive.google.com/file/d/15iMaIZTbjhqjMVsmIl2NRZOPh6Yz3MiS/view?usp=sharing
Facing the same issue. What further information would help?
I guess with Auto Updates you mean detecting of availability of new versions of an integration? HACS never automatically updates integrations.
Anyways, when Enable experimental features is enabled in HACS updates for some integrations are detected and shown in Settings > System > Updates while some updates are not shown. When Enable experimental features is disabled new versions are not shown in Settings > System > Updates but are shown in the HACS dashboard.
Also when Enable experimental features is disabled and I update an integration HA doesn't show a repair issue that I should restart HA, whil when Enable experimental features is enabled this is shown
I have the same issue. Update availability will not be shown under Settings until I restart HA.
I see the problem, that's an annoying one…
Using the homeassistant.update_entity
service might works as a workaround until it's fixed.
which entity do you choose to check for update ? I can’t really see the integration as an entity for me to choose from
This behavior happens from a long time already
@robinhood-code You should use entities that start with update.
, like update.apexcharts_card_update
Facing the same issue since a long time now. Only HA restart is showing new updates. The idea with homeassistant.update_entity is no good workaround. I just want to see which new versions are available and I am having really tons of ha installed integrations…
Same problem
It's cumbersome but I go to HACS every 1-2 days and manually check installed addons for updates by pressing three dots (right top corner) and selecting download again, also going to integrations -> HACS -> three dots -> reload again helps sometimes too.