Home_Assistant_Integration
Home_Assistant_Integration copied to clipboard
Home Assistant: Error unloading entry for camera
Hello there
with every restart of Home Assistant I get the error
Logger: homeassistant.config_entries
Quelle: config_entries.py:819
Erstmals aufgetreten: 1. Oktober 2024 um 21:33:59 (1 Vorkommnisse)
Zuletzt protokolliert: 1. Oktober 2024 um 21:33:59
Error unloading entry 192.168.1.203 for camera
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 819, in async_unload
result = await component.async_unload_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 465, in async_unload_entry
return await component.async_unload_entry(entry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 201, in async_unload_entry
raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
The IP refers to my AP running Firmware 2.60b. Is this an issue?
To Reproduce Steps to reproduce the behavior:
- Home Assistant with OpenEPaperLink integration
- Restart HA
- Go to Protocols
- See error
Expected behavior No Error
Screenshots