diff --git a/supervisor/api/proxy.py b/supervisor/api/proxy.py index 628e9263b..51f3f81b8 100644 --- a/supervisor/api/proxy.py +++ b/supervisor/api/proxy.py @@ -122,10 +122,10 @@ class APIProxy(CoreSysAttributes): if data.get("type") != "auth_required": # Invalid protocol - _LOGGER.error( - "Got unexpected response from Home Assistant WebSocket: %s", data + raise APIError( + f"Got unexpected response from Home Assistant WebSocket: {data}", + _LOGGER.error, ) - raise APIError() # Auth session await self.sys_homeassistant.api.ensure_access_token()