Computer is showing Unavailable
Just noticed that my computer shows as unavailable in HA and not receiving any messages. Not sure if it is on the HA side or the agent side. HA Agent version is 2.1.0 beta 1 and computer HASS.Agent version is 2.1.1.
Turned on logging and this is what the logs show:
Logger: homeassistant.config_entries
Source: config_entries.py:967
First occurred: 8:04:57 AM (3 occurrences)
Last logged: 8:09:45 AM
Error unloading entry ROCKET for notify
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 967, in async_unload
result = await component.async_unload_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/notify/init.py", line 126, in async_unload_entry
return await hass.data[DATA_COMPONENT].async_unload_entry(entry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 200, in async_unload_entry
raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!

3 Replies
Help us Help Others!
To help others find answers, you can mark your question as solved via
Right click solution message -> Apps -> ✅ Mark Solution

Help us Help You!
Please don't delete messages or posts because it makes it impossible to understand what happened. If you don't want your messages to be seen then don't post here.
Please provide us with the version number of your app.
You can find it by clicking the ? at the bottom of the main page and checking under the logo that shows.Please provide us with your integration version number.
You can find it in HACS -> HASS.Agent 2 -> Top left
for installed version number.
We will help as soon as possible.
While you're waiting you can try the following:
- Checkout the documentation. - Search here in discord for previously solved similar issues.
exotic-emeraldOP•3d ago
I was able to figure it out. I manually deleted the MQTT topics. Uninstalled the local agent and reinstalled it. It is now working correctly