Home_Assistant_Integration icon indicating copy to clipboard operation
Home_Assistant_Integration copied to clipboard

Home Assistant: Error unloading entry for camera

Open supaeasy opened this issue 5 months ago • 1 comments

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:

  1. Home Assistant with OpenEPaperLink integration
  2. Restart HA
  3. Go to Protocols
  4. See error

Expected behavior No Error

Screenshots image

supaeasy avatar Oct 02 '24 08:10 supaeasy