hacs / integration

HACS gives you a powerful UI to handle downloads of all your custom needs.
https://hacs.xyz
MIT License
5.41k stars 1.28k forks source link

Forced update failed. Entity update.####_update not found #3963

Closed mike4001 closed 3 months ago

mike4001 commented 3 months ago

System Health details

System Information

version core-2024.8.1
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.12.4
os_name Linux
os_version 6.6.31-haos-raspi
arch aarch64
timezone Europe/Vienna
config_dir /config
Home Assistant Community Store GitHub API | ok -- | -- GitHub Content | ok GitHub Web | ok GitHub API Calls Remaining | 5000 Installed Version | 1.34.0 Stage | running Available Repositories | 1384 Downloaded Repositories | 5
Home Assistant Cloud logged_in | false -- | -- can_reach_cert_server | ok can_reach_cloud_auth | ok can_reach_cloud | ok
Home Assistant Supervisor host_os | Home Assistant OS 12.4 -- | -- update_channel | stable supervisor_version | supervisor-2024.08.0 agent_version | 1.6.0 docker_version | 26.1.4 disk_total | 439.4 GB disk_used | 22.5 GB healthy | true supported | true host_connectivity | true supervisor_connectivity | true ntp_synchronized | true virtualization | board | rpi4-64 supervisor_api | ok version_api | ok installed_addons | Samba share (12.3.2), Advanced SSH & Web Terminal (18.0.0), File editor (5.8.0), Samba Backup (5.2.0), Mosquitto broker (6.4.1), AppDaemon (0.16.6), Signal Messenger (0.88.0), MQTT Explorer (browser-1.0.1), ESPHome (2024.7.3), pigpio (1.5.2), Firefox (1.2.0)
Dashboards dashboards | 2 -- | -- resources | 2 views | 7 mode | storage
Recorder oldest_recorder_run | 15. Juli 2024 um 16:58 -- | -- current_recorder_run | 11. August 2024 um 17:51 estimated_db_size | 4569.16 MiB database_engine | sqlite database_version | 3.45.3

Checklist

Describe the issue

Since the update to Home Assistnat 2024.8.0 (or 8.1) logs show

Forced update failed. Entity update.apexcharts_card_update not found. Forced update failed. Entity update.gardena_smart_system_update not found. Forced update failed. Entity update.hacs_update not found. Forced update failed. Entity update.myvaillant_update not found.

I can also see that these entities are not provided anymore by the HACS integration.

(I posted this previously in the Home Assistant Core Issue section and they closed the issue and said it was a HACS issue.)

Reproduction steps

no steps. Logs just show it.

Debug logs

Logger: homeassistant.helpers.entity_component
Quelle: helpers/entity_component.py:60
Erstmals aufgetreten: 11. August 2024 um 20:28:55 (35 Vorkommnisse)
Zuletzt protokolliert: 06:36:59

Forced update failed. Entity update.apexcharts_card_update not found.
Forced update failed. Entity update.esphome_1_firmware not found.
Forced update failed. Entity update.gardena_smart_system_update not found.
Forced update failed. Entity update.hacs_update not found.
Forced update failed. Entity update.myvaillant_update not found.

Diagnostics dump

No response

hacs-bot[bot] commented 3 months ago

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:

tjorim commented 3 months ago

Have you enabled experimental mode?

mike4001 commented 3 months ago

Have you enabled experimental mode?

No

image

tjorim commented 3 months ago

Then it's expected. You won't have these entities (and can't use native HA updates) in that case. I assume at some point in the past you had it enabled, check if you can remove those update entities if you don't want them.

mike4001 commented 3 months ago

OK, I have just removed the entities manually.

Thanks for your help.