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" |
Provides the constants needed for the component.
| 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" |