mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-25 18:16:32 +00:00
Use new format for logging exceptions - api/proxy.py (#3187)
This commit is contained in:
parent
0afff9a9e2
commit
b83da5d89f
@ -122,10 +122,10 @@ class APIProxy(CoreSysAttributes):
|
|||||||
|
|
||||||
if data.get("type") != "auth_required":
|
if data.get("type") != "auth_required":
|
||||||
# Invalid protocol
|
# Invalid protocol
|
||||||
_LOGGER.error(
|
raise APIError(
|
||||||
"Got unexpected response from Home Assistant WebSocket: %s", data
|
f"Got unexpected response from Home Assistant WebSocket: {data}",
|
||||||
|
_LOGGER.error,
|
||||||
)
|
)
|
||||||
raise APIError()
|
|
||||||
|
|
||||||
# Auth session
|
# Auth session
|
||||||
await self.sys_homeassistant.api.ensure_access_token()
|
await self.sys_homeassistant.api.ensure_access_token()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user