Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.august.config_flow Namespace Reference

Classes

class  AugustConfigFlow
 
class  ValidateResult
 

Functions

dict[str, Any] async_validate_input (dict[str, Any] data, AugustGateway august_gateway)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 AVAILABLE_BRANDS = BRANDS_WITHOUT_OAUTH.copy()
 

Detailed Description

Config flow for August integration.

Function Documentation

◆ async_validate_input()

dict[str, Any] homeassistant.components.august.config_flow.async_validate_input ( dict[str, Any]  data,
AugustGateway   august_gateway 
)
Validate the user input allows us to connect.

Data has the keys from DATA_SCHEMA with values provided by the user.

Request configuration steps from the user.

Definition at line 40 of file config_flow.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.august.config_flow._LOGGER = logging.getLogger(__name__)
private

Definition at line 37 of file config_flow.py.

◆ AVAILABLE_BRANDS

homeassistant.components.august.config_flow.AVAILABLE_BRANDS = BRANDS_WITHOUT_OAUTH.copy()

Definition at line 33 of file config_flow.py.