Hi. I'm getting these errors every time I restart Home Assistant.
- I'm on a fresh install of HASSIO 0.107.6 running in Docker on an Ubuntu machine.
- Connected devices are on the latest firmware flashed last week.
- I setup Konnected through the UI as an integration
- I see my devices
2020-03-29 09:08:24 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Konnected Alarm Panel for binary_sensor Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 295, in async_unload hass, self File "/usr/src/homeassistant/homeassistant/components/binary_sensor/__init__.py", line 138, in async_unload_entry return await hass.data[DOMAIN].async_unload_entry(entry) File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 173, in async_unload_entry raise ValueError("Config entry was never loaded!") ValueError: Config entry was never loaded! 2020-03-29 09:08:24 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Konnected Alarm Panel for sensor Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 295, in async_unload hass, self File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 64, in async_unload_entry return await hass.data[DOMAIN].async_unload_entry(entry) File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 173, in async_unload_entry raise ValueError("Config entry was never loaded!") ValueError: Config entry was never loaded! 2020-03-29 09:08:24 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Konnected Alarm Panel for switch Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 295, in async_unload hass, self File "/usr/src/homeassistant/homeassistant/components/switch/__init__.py", line 78, in async_unload_entry return await hass.data[DOMAIN].async_unload_entry(entry) File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 173, in async_unload_entry raise ValueError("Config entry was never loaded!") ValueError: Config entry was never loaded!
Is this error causing any functional issues? If I'm interpreting it right it shouldn't impact function - just needs some checks in place to prevent to log errors from occurring.
There have been no functional issues that I have noticed but I haven't really done much with it since I did the initial setup and started getting log errors. I logged a support issue over 2 weeks ago and have not gotten so much as an acknowledgement. I don't want to spend time and money building out my alarm system based off of this solution if there are random errors being thrown that no one is addressing. Some type of communication as to if the cause of the errors, if they are being worked on, corrected in an upcoming release, not a concern, etc would be nice.