diff --git a/supervisor/homeassistant/core.py b/supervisor/homeassistant/core.py index 57132a89f..91ccaf6b8 100644 --- a/supervisor/homeassistant/core.py +++ b/supervisor/homeassistant/core.py @@ -221,6 +221,7 @@ class HomeAssistantCore(CoreSysAttributes): except HomeAssistantError: # The API stoped responding between the up checks an now self._error_state = True + data = None # Verify that the frontend is loaded if data and "frontend" not in data.get("components", []):