Public Member Functions | |
| Any | __call__ (self, Any data) |
| None | __init__ (self, ConditionSelectorConfig|None config=None) |
Static Public Attributes | |
| CONFIG_SCHEMA = vol.Schema({}) | |
| string | selector_type = "condition" |
Selector of an condition sequence (script syntax).
Definition at line 461 of file selector.py.
| None homeassistant.helpers.selector.ConditionSelector.__init__ | ( | self, | |
| ConditionSelectorConfig | None | config = None |
||
| ) |
Instantiate a selector.
Definition at line 468 of file selector.py.
| Any homeassistant.helpers.selector.ConditionSelector.__call__ | ( | self, | |
| Any | data | ||
| ) |
Validate the passed selection.
Definition at line 472 of file selector.py.
|
static |
Definition at line 466 of file selector.py.
|
static |
Definition at line 464 of file selector.py.