Classes | |
| class | WallboxConfigFlow |
Functions | |
| dict[str, str] | validate_input (HomeAssistant hass, dict[str, Any] data) |
Variables | |
| COMPONENT_DOMAIN = DOMAIN | |
| STEP_USER_DATA_SCHEMA | |
Config flow for Wallbox integration.
| dict[str, str] homeassistant.components.wallbox.config_flow.validate_input | ( | HomeAssistant | hass, |
| dict[str, Any] | data | ||
| ) |
Validate the user input allows to connect. Data has the keys from STEP_USER_DATA_SCHEMA with values provided by the user.
Definition at line 29 of file config_flow.py.
| homeassistant.components.wallbox.config_flow.COMPONENT_DOMAIN = DOMAIN |
Definition at line 18 of file config_flow.py.
| homeassistant.components.wallbox.config_flow.STEP_USER_DATA_SCHEMA |
Definition at line 20 of file config_flow.py.