Home Assistant Unofficial Reference 2024.12.1
homeassistant.helpers.selector.ConditionSelector Class Reference
Inheritance diagram for homeassistant.helpers.selector.ConditionSelector:
[legend]
Collaboration diagram for homeassistant.helpers.selector.ConditionSelector:
[legend]

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"
 

Detailed Description

Selector of an condition sequence (script syntax).

Definition at line 461 of file selector.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.helpers.selector.ConditionSelector.__init__ (   self,
ConditionSelectorConfig | None   config = None 
)
Instantiate a selector.

Definition at line 468 of file selector.py.

Member Function Documentation

◆ __call__()

Any homeassistant.helpers.selector.ConditionSelector.__call__ (   self,
Any  data 
)
Validate the passed selection.

Definition at line 472 of file selector.py.

Member Data Documentation

◆ CONFIG_SCHEMA

homeassistant.helpers.selector.ConditionSelector.CONFIG_SCHEMA = vol.Schema({})
static

Definition at line 466 of file selector.py.

◆ selector_type

string homeassistant.helpers.selector.ConditionSelector.selector_type = "condition"
static

Definition at line 464 of file selector.py.


The documentation for this class was generated from the following file: