Functions | |
| config_entry_oauth2_flow.AbstractOAuth2Implementation | async_get_auth_implementation (HomeAssistant hass, str auth_domain, ClientCredential credential) |
| AuthorizationServer | async_get_authorization_server (HomeAssistant hass) |
| dict[str, str] | async_get_description_placeholders (HomeAssistant hass) |
application_credentials platform the Electric Kiwi integration.
| config_entry_oauth2_flow.AbstractOAuth2Implementation homeassistant.components.electric_kiwi.application_credentials.async_get_auth_implementation | ( | HomeAssistant | hass, |
| str | auth_domain, | ||
| ClientCredential | credential | ||
| ) |
Return auth implementation.
Definition at line 14 of file application_credentials.py.
| AuthorizationServer homeassistant.components.electric_kiwi.application_credentials.async_get_authorization_server | ( | HomeAssistant | hass | ) |
Return authorization server.
Definition at line 26 of file application_credentials.py.
| dict[str, str] homeassistant.components.electric_kiwi.application_credentials.async_get_description_placeholders | ( | HomeAssistant | hass | ) |
Return description placeholders for the credentials dialog.
Definition at line 34 of file application_credentials.py.