OpenEPaperLink / Home_Assistant_Integration

Home assistant Integration for the OpenEPaperLink project
https://openepaperlink.de
Apache License 2.0
148 stars 34 forks source link

Home Assistant: Error unloading entry for camera #176

Open supaeasy opened 21 hours ago

supaeasy commented 21 hours ago

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

g4bri3lDev commented 15 hours ago

Can you install the latest version and see if the error is still there?