Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Cant Restart Due to Integration Not Found #28

Open
I3lackshirts opened this issue Oct 31, 2022 · 1 comment
Open

Cant Restart Due to Integration Not Found #28

I3lackshirts opened this issue Oct 31, 2022 · 1 comment

Comments

@I3lackshirts
Copy link

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.

@LAB02-Admin
Copy link
Member

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants