Selector of a date.
Definition at line 647 of file selector.py.
◆ __init__()
| None homeassistant.helpers.selector.DateSelector.__init__ |
( |
|
self, |
|
|
DateSelectorConfig | None |
config = None |
|
) |
| |
◆ __call__()
| Any homeassistant.helpers.selector.DateSelector.__call__ |
( |
|
self, |
|
|
Any |
data |
|
) |
| |
Validate the passed selection.
Definition at line 658 of file selector.py.
◆ CONFIG_SCHEMA
| homeassistant.helpers.selector.DateSelector.CONFIG_SCHEMA = vol.Schema({}) |
|
static |
◆ selector_type
| string homeassistant.helpers.selector.DateSelector.selector_type = "date" |
|
static |
The documentation for this class was generated from the following file: