Update whoami URL (#3488)

This commit is contained in:
Joakim Sørensen 2022-03-07 11:11:45 +01:00 committed by GitHub
parent dd3a4a1f47
commit e37cee9818
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)