Selector for an icon.
Definition at line 873 of file selector.py.
◆ __init__()
| None homeassistant.helpers.selector.IconSelector.__init__ |
( |
|
self, |
|
|
IconSelectorConfig | None |
config = None |
|
) |
| |
◆ __call__()
| str homeassistant.helpers.selector.IconSelector.__call__ |
( |
|
self, |
|
|
Any |
data |
|
) |
| |
Validate the passed selection.
Definition at line 887 of file selector.py.
◆ CONFIG_SCHEMA
| homeassistant.helpers.selector.IconSelector.CONFIG_SCHEMA |
|
static |
Initial value:= vol.Schema(
{vol.Optional("placeholder"): str}
)
Definition at line 878 of file selector.py.
◆ selector_type
| string homeassistant.helpers.selector.IconSelector.selector_type = "icon" |
|
static |
The documentation for this class was generated from the following file: