Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.electric_kiwi.application_credentials Namespace Reference

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)
 

Detailed Description

application_credentials platform the Electric Kiwi integration.

Function Documentation

◆ async_get_auth_implementation()

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.

◆ async_get_authorization_server()

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.

◆ async_get_description_placeholders()

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.