1 """application_credentials platform for nest."""
6 from .const
import OAUTH2_TOKEN
10 """Return authorization server."""
13 token_url=OAUTH2_TOKEN,
18 """Return description placeholders for the credentials dialog."""
20 "oauth_consent_url": (
21 "https://console.cloud.google.com/apis/credentials/consent"
23 "more_info_url":
"https://www.home-assistant.io/integrations/nest/",
24 "oauth_creds_url":
"https://console.cloud.google.com/apis/credentials",
25 "redirect_url":
"https://my.home-assistant.io/redirect/oauth",
AuthorizationServer async_get_authorization_server(HomeAssistant hass)
dict[str, str] async_get_description_placeholders(HomeAssistant hass)