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

Functions

config_entry_oauth2_flow.AbstractOAuth2Implementation async_get_auth_implementation (HomeAssistant hass, str auth_domain, ClientCredential credential)
 

Detailed Description

Application credentials platform for the Honeywell Lyric integration.

Function Documentation

◆ async_get_auth_implementation()

config_entry_oauth2_flow.AbstractOAuth2Implementation homeassistant.components.lyric.application_credentials.async_get_auth_implementation ( HomeAssistant  hass,
str  auth_domain,
ClientCredential   credential 
)
Return custom auth implementation.

Definition at line 14 of file application_credentials.py.