mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-15 05:50:16 +00:00
@@ -124,7 +124,9 @@ class APIProxy(CoreSysAttributes):
|
||||
|
||||
if data.get("type") != "auth_required":
|
||||
# Invalid protocol
|
||||
_LOGGER.error("Got unexpected response from HA WebSocket: %s", data)
|
||||
_LOGGER.error(
|
||||
"Got unexpected response from Home Assistant WebSocket: %s", data
|
||||
)
|
||||
raise APIError()
|
||||
|
||||
# Auth session
|
||||
|
||||
Reference in New Issue
Block a user