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

Public Member Functions

logging.Logger logger (self)
 

Static Public Attributes

 DOMAIN = DOMAIN
 
int MINOR_VERSION = 2
 

Detailed Description

Config flow to handle Home Connect OAuth2 authentication.

Definition at line 10 of file config_flow.py.

Member Function Documentation

◆ logger()

logging.Logger homeassistant.components.home_connect.config_flow.OAuth2FlowHandler.logger (   self)
Return logger.

Definition at line 20 of file config_flow.py.

Member Data Documentation

◆ DOMAIN

homeassistant.components.home_connect.config_flow.OAuth2FlowHandler.DOMAIN = DOMAIN
static

Definition at line 15 of file config_flow.py.

◆ MINOR_VERSION

int homeassistant.components.home_connect.config_flow.OAuth2FlowHandler.MINOR_VERSION = 2
static

Definition at line 17 of file config_flow.py.


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