Selector of a config entry.
Definition at line 484 of file selector.py.
◆ __init__()
◆ __call__()
| str homeassistant.helpers.selector.ConfigEntrySelector.__call__ |
( |
|
self, |
|
|
Any |
data |
|
) |
| |
Validate the passed selection.
Definition at line 499 of file selector.py.
◆ CONFIG_SCHEMA
| homeassistant.helpers.selector.ConfigEntrySelector.CONFIG_SCHEMA |
|
static |
Initial value:= vol.Schema(
{
vol.Optional("integration"): str,
}
)
Definition at line 489 of file selector.py.
◆ selector_type
| string homeassistant.helpers.selector.ConfigEntrySelector.selector_type = "config_entry" |
|
static |
The documentation for this class was generated from the following file: