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

Classes

class  DevoloHomeNetworkConfigFlow
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
 STEP_REAUTH_DATA_SCHEMA = vol.Schema({vol.Optional(CONF_PASSWORD): str})
 
 STEP_USER_DATA_SCHEMA = vol.Schema({vol.Required(CONF_IP_ADDRESS): str})
 

Detailed Description

Config flow for devolo Home Network integration.

Function Documentation

◆ validate_input()

dict[str, str] homeassistant.components.devolo_home_network.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 28 of file config_flow.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 22 of file config_flow.py.

◆ STEP_REAUTH_DATA_SCHEMA

homeassistant.components.devolo_home_network.config_flow.STEP_REAUTH_DATA_SCHEMA = vol.Schema({vol.Optional(CONF_PASSWORD): str})

Definition at line 25 of file config_flow.py.

◆ STEP_USER_DATA_SCHEMA

homeassistant.components.devolo_home_network.config_flow.STEP_USER_DATA_SCHEMA = vol.Schema({vol.Required(CONF_IP_ADDRESS): str})

Definition at line 24 of file config_flow.py.