Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.group.config_flow.GroupConfigFlowHandler
 

Namespaces

 homeassistant.components.group.config_flow
 

Functions

None homeassistant.components.group.config_flow._async_hide_members (HomeAssistant hass, list[str] members, er.RegistryEntryHider|None hidden_by)
 
vol.Schema homeassistant.components.group.config_flow.basic_group_config_schema (str|list[str] domain)
 
vol.Schema homeassistant.components.group.config_flow.basic_group_options_schema (str|list[str] domain, SchemaCommonFlowHandler|None handler)
 
vol.Schema homeassistant.components.group.config_flow.binary_sensor_options_schema (SchemaCommonFlowHandler|None handler)
 
str homeassistant.components.group.config_flow.choose_options_step (dict[str, Any] options)
 
vol.Schema homeassistant.components.group.config_flow.light_switch_options_schema (str domain, SchemaCommonFlowHandler|None handler)
 
vol.Schema homeassistant.components.group.config_flow.sensor_options_schema (str domain, SchemaCommonFlowHandler|None handler)
 
Callable[[SchemaCommonFlowHandler, dict[str, Any]], Coroutine[Any, Any, dict[str, Any]]] homeassistant.components.group.config_flow.set_group_type (str group_type)
 
None homeassistant.components.group.config_flow.ws_start_preview (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg)
 

Variables

list homeassistant.components.group.config_flow._STATISTIC_MEASURES
 
vol.Schema homeassistant.components.group.config_flow.BINARY_SENSOR_CONFIG_SCHEMA
 
dictionary homeassistant.components.group.config_flow.CONFIG_FLOW
 
list homeassistant.components.group.config_flow.GROUP_TYPES
 
dictionary homeassistant.components.group.config_flow.OPTIONS_FLOW
 
dictionary homeassistant.components.group.config_flow.SENSOR_CONFIG_EXTENDS
 
vol.Schema homeassistant.components.group.config_flow.SENSOR_CONFIG_SCHEMA
 
dictionary homeassistant.components.group.config_flow.SENSOR_OPTIONS