Selector for a conversation agent.
Definition at line 587 of file selector.py.
◆ __init__()
◆ __call__()
| str homeassistant.helpers.selector.ConversationAgentSelector.__call__ |
( |
|
self, |
|
|
Any |
data |
|
) |
| |
Validate the passed selection.
Definition at line 602 of file selector.py.
◆ CONFIG_SCHEMA
| homeassistant.helpers.selector.ConversationAgentSelector.CONFIG_SCHEMA |
|
static |
Initial value:= vol.Schema(
{
vol.Optional("language"): str,
}
)
Definition at line 592 of file selector.py.
◆ selector_type
| string homeassistant.helpers.selector.ConversationAgentSelector.selector_type = "conversation_agent" |
|
static |
The documentation for this class was generated from the following file: