Hi,
can someone help me point to where I could try to look for the issue? I have no idea which config file or entry is causing this error in the config files(s). Is it in the config.yaml, automations.yaml, etc? Or somewhere else completely?
Logger: homeassistant.components.websocket_api.http.connection
Source: components/hassio/__init__.py:705
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 7:59:39 PM (1 occurrences)
Last logged: 7:59:39 PM
[1640054664] The system cannot restart because the configuration is not valid: Unexpected error calling config validator: 'NoneType' object is not iterable
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: Unexpected error calling config validator: 'NoneType' object is not iterable
Happy to share more info once I know what to share.
Thanks in advance.