Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.demo.config_flow Namespace Reference

Classes

class  DemoConfigFlow
 
class  OptionsFlowHandler
 

Variables

string CONF_BOOLEAN = "bool"
 
string CONF_INT = "int"
 
string CONF_MULTISELECT = "multi"
 
string CONF_SELECT = "select"
 
string CONF_STRING = "string"
 

Detailed Description

Config flow to configure demo component.

Variable Documentation

◆ CONF_BOOLEAN

string homeassistant.components.demo.config_flow.CONF_BOOLEAN = "bool"

Definition at line 21 of file config_flow.py.

◆ CONF_INT

string homeassistant.components.demo.config_flow.CONF_INT = "int"

Definition at line 22 of file config_flow.py.

◆ CONF_MULTISELECT

string homeassistant.components.demo.config_flow.CONF_MULTISELECT = "multi"

Definition at line 24 of file config_flow.py.

◆ CONF_SELECT

string homeassistant.components.demo.config_flow.CONF_SELECT = "select"

Definition at line 23 of file config_flow.py.

◆ CONF_STRING

string homeassistant.components.demo.config_flow.CONF_STRING = "string"

Definition at line 20 of file config_flow.py.