Classes | |
| class | CannotConnect |
| class | CounterNotFound |
| class | InvalidAuth |
| class | SuezWaterConfigFlow |
Functions | |
| None | validate_input (dict[str, Any] data) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| STEP_USER_DATA_SCHEMA | |
Config flow for Suez Water integration.
| None homeassistant.components.suez_water.config_flow.validate_input | ( | dict[str, Any] | 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 28 of file config_flow.py.
|
private |
Definition at line 17 of file config_flow.py.
| homeassistant.components.suez_water.config_flow.STEP_USER_DATA_SCHEMA |
Definition at line 19 of file config_flow.py.