Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.tesla_wall_connector.config_flow Namespace Reference

Classes

class  TeslaWallConnectorConfigFlow
 

Functions

dict[str, Any] validate_input (HomeAssistant hass, dict[str, Any] data)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Config flow for Tesla Wall Connector integration.

Function Documentation

◆ validate_input()

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.

Variable Documentation

◆ _LOGGER

homeassistant.components.tesla_wall_connector.config_flow._LOGGER = logging.getLogger(__name__)
private

Definition at line 20 of file config_flow.py.