Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.vera.config_flow.OptionsFlowHandler
 
class  homeassistant.components.vera.config_flow.VeraFlowHandler
 

Namespaces

 homeassistant.components.vera.config_flow
 

Functions

list[int] homeassistant.components.vera.config_flow.fix_device_id_list (list[Any] data)
 
str homeassistant.components.vera.config_flow.list_to_str (list[Any] data)
 
dict[str, list[int]] homeassistant.components.vera.config_flow.new_options (list[int] lights, list[int] exclude)
 
dict[str, list[int]] homeassistant.components.vera.config_flow.options_data (dict[str, str] user_input)
 
VolDictType homeassistant.components.vera.config_flow.options_schema (Mapping[str, Any]|None options=None)
 
list[int] homeassistant.components.vera.config_flow.str_to_int_list (str data)
 

Variables

 homeassistant.components.vera.config_flow._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.vera.config_flow.LIST_REGEX = re.compile("[^0-9]+")