Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.devolo_home_network.config_flow.DevoloHomeNetworkConfigFlow
 

Namespaces

 homeassistant.components.devolo_home_network.config_flow
 

Functions

dict[str, str] homeassistant.components.devolo_home_network.config_flow.validate_input (HomeAssistant hass, dict[str, Any] data)
 

Variables

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