I installed the Battery Notes
integration from HACS to check out if it would work for me. i decided I did not have enough time to dedicate to testing it right now, so i removed the integration (deleted all the battery_notes
entities it created, then I restarted, then went into HACS, and deleted it from there, and restarted again. Now, every once in a while, i get this in my logs:
Logger: homeassistant.components.websocket_api.http.connection
Source: components/websocket_api/commands.py:537
integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 10:21:36 AM (1 occurrences)
Last logged: 10:21:36 AM
[139621768445472] Error handling message: Unknown error (unknown_error) Sebastian from my_ip (Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 28, in _handle_async_response
await func(hass, connection, msg)
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 537, in handle_manifest_list
raise int_or_exc
homeassistant.loader.IntegrationNotFound: Integration 'battery_notes' not found.
i’ve used the shell to check my entire /config
folder for any file that has battery_notes
in it, and nothing shows up anywhere. I thought maybe some browser cookie may be keeping that alive, but i also deleted all the cookies in the browser and re-logged into HA, but the error persists. anyone have an idea on how to make the error go away?