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() | |
Config flow for August integration.
| 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.
|
private |
Definition at line 37 of file config_flow.py.
| homeassistant.components.august.config_flow.AVAILABLE_BRANDS = BRANDS_WITHOUT_OAUTH.copy() |
Definition at line 33 of file config_flow.py.