Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.template.config_flow.TemplateConfigFlowHandler
 

Namespaces

 homeassistant.components.template.config_flow
 

Functions

None homeassistant.components.template.config_flow._validate_state_class (dict[str, Any] options)
 
None homeassistant.components.template.config_flow._validate_unit (dict[str, Any] options)
 
str homeassistant.components.template.config_flow.choose_options_step (dict[str, Any] options)
 
vol.Schema homeassistant.components.template.config_flow.generate_schema (str domain, str flow_type)
 
Callable[[SchemaCommonFlowHandler, dict[str, Any]], Coroutine[Any, Any, dict[str, Any]],] homeassistant.components.template.config_flow.validate_user_input (str template_type)
 
None homeassistant.components.template.config_flow.ws_start_preview (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg)
 

Variables

dictionary homeassistant.components.template.config_flow.CONFIG_FLOW
 
 homeassistant.components.template.config_flow.config_schema = partial(generate_schema, flow_type="config")
 
dictionary homeassistant.components.template.config_flow.OPTIONS_FLOW
 
 homeassistant.components.template.config_flow.options_schema = partial(generate_schema, flow_type="options")
 
list homeassistant.components.template.config_flow.TEMPLATE_TYPES