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

Public Member Functions

Any __call__ (self, Any data)
 
None __init__ (self, ObjectSelectorConfig|None config=None)
 

Static Public Attributes

 CONFIG_SCHEMA = vol.Schema({})
 
string selector_type = "object"
 

Detailed Description

Selector for an arbitrary object.

Definition at line 1101 of file selector.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.helpers.selector.ObjectSelector.__init__ (   self,
ObjectSelectorConfig | None   config = None 
)
Instantiate a selector.

Definition at line 1108 of file selector.py.

Member Function Documentation

◆ __call__()

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

Definition at line 1112 of file selector.py.

Member Data Documentation

◆ CONFIG_SCHEMA

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

Definition at line 1106 of file selector.py.

◆ selector_type

string homeassistant.helpers.selector.ObjectSelector.selector_type = "object"
static

Definition at line 1104 of file selector.py.


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