Error after update

Hi,

Some help here, have been verry appreciated.

homeassistant.components.websocket_api.http.connection
Source: components/hassio/init.py:693
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 29. juli 2022 kl. 18:45:44 (3 occurrences)
Last logged: 10:33:37

  • [139957297766192] The system cannot restart because the configuration is not valid: Platform error sensor.state - Integration ‘state’ not found.
  • [139957264529008] The system cannot restart because the configuration is not valid: Platform error sensor.state - Integration ‘state’ not found.

Traceback (most recent call last): File “/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py”, line 193, in handle_call_service await hass.services.async_call( File “/usr/src/homeassistant/homeassistant/core.py”, line 1713, in async_call task.result() File “/usr/src/homeassistant/homeassistant/core.py”, line 1750, in _execute_service await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)( File “/usr/src/homeassistant/homeassistant/components/hassio/init.py”, line 693, in async_handle_core_service raise HomeAssistantError( homeassistant.exceptions.HomeAssistantError: The system cannot restart because the configuration is not valid: Platform error sensor.state - Integration ‘state’ not found

That seems like a misconfigured sensor. Is there a place in your yaml where you have platform: state or something similar?

Thank you :slight_smile:

1 Like