Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.select.const Namespace Reference

Variables

string ATTR_CYCLE = "cycle"
 
string ATTR_OPTION = "option"
 
string ATTR_OPTIONS = "options"
 
string CONF_CYCLE = "cycle"
 
string CONF_OPTION = "option"
 
string DOMAIN = "select"
 
string SERVICE_SELECT_FIRST = "select_first"
 
string SERVICE_SELECT_LAST = "select_last"
 
string SERVICE_SELECT_NEXT = "select_next"
 
string SERVICE_SELECT_OPTION = "select_option"
 
string SERVICE_SELECT_PREVIOUS = "select_previous"
 

Detailed Description

Provides the constants needed for the component.

Variable Documentation

◆ ATTR_CYCLE

string homeassistant.components.select.const.ATTR_CYCLE = "cycle"

Definition at line 5 of file const.py.

◆ ATTR_OPTION

string homeassistant.components.select.const.ATTR_OPTION = "option"

Definition at line 7 of file const.py.

◆ ATTR_OPTIONS

string homeassistant.components.select.const.ATTR_OPTIONS = "options"

Definition at line 6 of file const.py.

◆ CONF_CYCLE

string homeassistant.components.select.const.CONF_CYCLE = "cycle"

Definition at line 9 of file const.py.

◆ CONF_OPTION

string homeassistant.components.select.const.CONF_OPTION = "option"

Definition at line 10 of file const.py.

◆ DOMAIN

string homeassistant.components.select.const.DOMAIN = "select"

Definition at line 3 of file const.py.

◆ SERVICE_SELECT_FIRST

string homeassistant.components.select.const.SERVICE_SELECT_FIRST = "select_first"

Definition at line 12 of file const.py.

◆ SERVICE_SELECT_LAST

string homeassistant.components.select.const.SERVICE_SELECT_LAST = "select_last"

Definition at line 13 of file const.py.

◆ SERVICE_SELECT_NEXT

string homeassistant.components.select.const.SERVICE_SELECT_NEXT = "select_next"

Definition at line 14 of file const.py.

◆ SERVICE_SELECT_OPTION

string homeassistant.components.select.const.SERVICE_SELECT_OPTION = "select_option"

Definition at line 15 of file const.py.

◆ SERVICE_SELECT_PREVIOUS

string homeassistant.components.select.const.SERVICE_SELECT_PREVIOUS = "select_previous"

Definition at line 16 of file const.py.