Hello,
I am a new user of HomeAssistant and have my 1st issue.
When trying to restart the core and it is not possible due to an error.
Error displayed is :
## Failed to restart Home AssistantCore
The system cannot restart because the configuration is not valid: Integration error: resources - Integration ‘resources’ not found.
When going to the log, the error is :
Logger: homeassistant.components.websocket_api.http.connection
Source: components/hassio/init.py:598
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 10:17:37 (8 occurrences)
Last logged: 18:05:19
[140319031788976] The system cannot restart because the configuration is not valid: Integration error: resources - Integration ‘resources’ not found.
[140318735420336] The system cannot restart because the configuration is not valid: Integration error: resources - Integration ‘resources’ not found.
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py”, line 185, in handle_call_service
await hass.services.async_call(
File “/usr/src/homeassistant/homeassistant/core.py”, line 1495, in async_call
task.result()
File “/usr/src/homeassistant/homeassistant/core.py”, line 1530, in _execute_service
await handler.job.target(service_call)
File “/usr/src/homeassistant/homeassistant/components/hassio/init.py”, line 598, in async_handle_core_service
raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: The system cannot restart because the configuration is not valid: Integration error: resources - Integration ‘resources’ not found.
I do not know what to do about that. Can you help me ?
Thanks