From e37cee9818703465015d0c7608431329fcdc43f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Mon, 7 Mar 2022 11:11:45 +0100 Subject: [PATCH] Update whoami URL (#3488) --- supervisor/utils/whoami.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisor/utils/whoami.py b/supervisor/utils/whoami.py index 2934a2463..b47fa5eb8 100644 --- a/supervisor/utils/whoami.py +++ b/supervisor/utils/whoami.py @@ -13,7 +13,7 @@ from ..exceptions import WhoamiConnectivityError, WhoamiError, WhoamiSSLError from .dt import utc_from_timestamp _LOGGER: logging.Logger = logging.getLogger(__name__) -_API_CALL: str = "whoami.home-assistant.io/v1" +_API_CALL: str = "services.home-assistant.io/whoami/v1" @attr.s(slots=True, frozen=True)