mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-24 09:36:31 +00:00
Update whoami URL (#3488)
This commit is contained in:
parent
dd3a4a1f47
commit
e37cee9818
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user