Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.vodafone_station.config_flow.VodafoneStationConfigFlow
 
class  homeassistant.components.vodafone_station.config_flow.VodafoneStationOptionsFlowHandler
 

Namespaces

 homeassistant.components.vodafone_station.config_flow
 

Functions

vol.Schema homeassistant.components.vodafone_station.config_flow.user_form_schema (dict[str, Any]|None user_input)
 
dict[str, str] homeassistant.components.vodafone_station.config_flow.validate_input (HomeAssistant hass, dict[str, Any] data)
 

Variables

 homeassistant.components.vodafone_station.config_flow.STEP_REAUTH_DATA_SCHEMA = vol.Schema({vol.Required(CONF_PASSWORD): str})