Public Member Functions | |
| Any | __call__ (self, Any data) |
| None | __init__ (self, SelectSelectorConfig config) |
Static Public Attributes | |
| CONFIG_SCHEMA | |
| string | selector_type = "select" |
Selector for an single-choice input select.
Definition at line 1154 of file selector.py.
| None homeassistant.helpers.selector.SelectSelector.__init__ | ( | self, | |
| SelectSelectorConfig | config | ||
| ) |
Instantiate a selector.
Definition at line 1172 of file selector.py.
| Any homeassistant.helpers.selector.SelectSelector.__call__ | ( | self, | |
| Any | data | ||
| ) |
Validate the passed selection.
Definition at line 1176 of file selector.py.
|
static |
Definition at line 1159 of file selector.py.
|
static |
Definition at line 1157 of file selector.py.