Classes | |
| class | TeslaWallConnectorConfigFlow |
Functions | |
| dict[str, Any] | validate_input (HomeAssistant hass, dict[str, Any] data) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
Config flow for Tesla Wall Connector integration.
| dict[str, Any] homeassistant.components.tesla_wall_connector.config_flow.validate_input | ( | HomeAssistant | hass, |
| 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 23 of file config_flow.py.
|
private |
Definition at line 20 of file config_flow.py.