HASS.Agent-Notifier icon indicating copy to clipboard operation
HASS.Agent-Notifier copied to clipboard

Cant Restart Due to Integration Not Found

Open garetbo opened this issue 3 years ago • 1 comments

Attached is the error message I am getting. I have updated to the newest update and did remove the notifier itegration to convert over to the HASS.Agent itegration.

image

Logger: homeassistant.components.websocket_api.http.connection Source: components/hassio/init.py:705 Integration: Home Assistant WebSocket API (documentation, issues) First occurred: 5:19:24 PM (3 occurrences) Last logged: 5:22:43 PM

[546630181424] The system cannot restart because the configuration is not valid: Platform error notify.hass_agent_notifier - Integration 'hass_agent_notifier' not found. Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 202, in handle_call_service await hass.services.async_call( File "/usr/src/homeassistant/homeassistant/core.py", line 1738, in async_call task.result() File "/usr/src/homeassistant/homeassistant/core.py", line 1775, in _execute_service await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)( File "/usr/src/homeassistant/homeassistant/components/hassio/init.py", line 705, in async_handle_core_service raise HomeAssistantError( homeassistant.exceptions.HomeAssistantError: The system cannot restart because the configuration is not valid: Platform error notify.hass_agent_notifier - Integration 'hass_agent_notifier' not found.

garetbo avatar Oct 31 '22 23:10 garetbo

Yes that is annoying, I'll write a doc on how to move to the new integration.

Try removing (or commenting out to test) your notify entities you created in yaml. It should reboot afterwards. You can then - if you want - rename the new notify entity to the old name, so all your automations will (should) start working again.

Let me know if this works for you

LAB02-Admin avatar Nov 01 '22 08:11 LAB02-Admin