Functions | |
| config_entry_oauth2_flow.AbstractOAuth2Implementation | async_get_auth_implementation (HomeAssistant hass, str auth_domain, ClientCredential credential) |
| dict[str, str] | async_get_description_placeholders (HomeAssistant hass) |
Variables | |
| AUTHORIZATION_SERVER | |
application_credentials platform for nest.
| config_entry_oauth2_flow.AbstractOAuth2Implementation homeassistant.components.google.application_credentials.async_get_auth_implementation | ( | HomeAssistant | hass, |
| str | auth_domain, | ||
| ClientCredential | credential | ||
| ) |
Return auth implementation.
Definition at line 19 of file application_credentials.py.
| dict[str, str] homeassistant.components.google.application_credentials.async_get_description_placeholders | ( | HomeAssistant | hass | ) |
Return description placeholders for the credentials dialog.
Definition at line 26 of file application_credentials.py.
| homeassistant.components.google.application_credentials.AUTHORIZATION_SERVER |
Definition at line 14 of file application_credentials.py.