Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.yale.config_flow.YaleConfigFlow Class Reference
Inheritance diagram for homeassistant.components.yale.config_flow.YaleConfigFlow:
[legend]
Collaboration diagram for homeassistant.components.yale.config_flow.YaleConfigFlow:
[legend]

Public Member Functions

ConfigFlowResult async_oauth_create_entry (self, dict data)
 
ConfigFlowResult async_step_reauth (self, Mapping[str, Any] entry_data)
 
logging.Logger logger (self)
 

Public Attributes

 source
 

Static Public Attributes

 DOMAIN = DOMAIN
 
int VERSION = 1
 

Private Member Functions

str _async_get_user_id_from_access_token (self, str encoded)
 

Detailed Description

Handle a config flow for Yale.

Definition at line 17 of file config_flow.py.

Member Function Documentation

◆ _async_get_user_id_from_access_token()

str homeassistant.components.yale.config_flow.YaleConfigFlow._async_get_user_id_from_access_token (   self,
str  encoded 
)
private
Get user ID from access token.

Definition at line 34 of file config_flow.py.

◆ async_oauth_create_entry()

ConfigFlowResult homeassistant.components.yale.config_flow.YaleConfigFlow.async_oauth_create_entry (   self,
dict  data 
)
Create an entry for the flow.

Definition at line 45 of file config_flow.py.

◆ async_step_reauth()

ConfigFlowResult homeassistant.components.yale.config_flow.YaleConfigFlow.async_step_reauth (   self,
Mapping[str, Any]   entry_data 
)
Handle configuration by re-auth.

Definition at line 28 of file config_flow.py.

◆ logger()

logging.Logger homeassistant.components.yale.config_flow.YaleConfigFlow.logger (   self)
Return logger.

Definition at line 24 of file config_flow.py.

Member Data Documentation

◆ DOMAIN

homeassistant.components.yale.config_flow.YaleConfigFlow.DOMAIN = DOMAIN
static

Definition at line 21 of file config_flow.py.

◆ source

homeassistant.components.yale.config_flow.YaleConfigFlow.source

Definition at line 51 of file config_flow.py.

◆ VERSION

int homeassistant.components.yale.config_flow.YaleConfigFlow.VERSION = 1
static

Definition at line 20 of file config_flow.py.


The documentation for this class was generated from the following file: