Classes | |
| class | InvalidAuth |
| class | InvalidDeviceID |
| class | LinearGarageDoorConfigFlow |
Functions | |
| dict[str, Sequence[Collection[str]]] | validate_input (HomeAssistant hass, dict[str, str] data) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| dictionary | STEP_USER_DATA_SCHEMA |
Config flow for Linear Garage Door integration.
| dict[str, Sequence[Collection[str]]] homeassistant.components.linear_garage_door.config_flow.validate_input | ( | HomeAssistant | hass, |
| dict[str, str] | data | ||
| ) |
Validate the user input allows us to connect. Data has the keys from STEP_USER_DATA_SCHEMA with values provided by the user.
Definition at line 30 of file config_flow.py.
|
private |
Definition at line 22 of file config_flow.py.
| dictionary homeassistant.components.linear_garage_door.config_flow.STEP_USER_DATA_SCHEMA |
Definition at line 24 of file config_flow.py.