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

Public Member Functions

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

Static Public Attributes

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

Detailed Description

Selector of a date.

Definition at line 647 of file selector.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.helpers.selector.DateSelector.__init__ (   self,
DateSelectorConfig | None   config = None 
)
Instantiate a selector.

Definition at line 654 of file selector.py.

Member Function Documentation

◆ __call__()

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

Definition at line 658 of file selector.py.

Member Data Documentation

◆ CONFIG_SCHEMA

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

Definition at line 652 of file selector.py.

◆ selector_type

string homeassistant.helpers.selector.DateSelector.selector_type = "date"
static

Definition at line 650 of file selector.py.


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