Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.select.const
 

Variables

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