diff --git a/supervisor/api/proxy.py b/supervisor/api/proxy.py index 80ee712ed..1cd4a57c3 100644 --- a/supervisor/api/proxy.py +++ b/supervisor/api/proxy.py @@ -128,7 +128,7 @@ class APIProxy(CoreSysAttributes): raise APIError() # Auth session - await self.sys_homeassistant.ensure_access_token() + await self.sys_homeassistant.api.ensure_access_token() await client.send_json( { "type": "auth",