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

Public Member Functions

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

Static Public Attributes

 CONFIG_SCHEMA
 
string selector_type = "conversation_agent"
 

Detailed Description

Selector for a conversation agent.

Definition at line 587 of file selector.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.helpers.selector.ConversationAgentSelector.__init__ (   self,
ConversationAgentSelectorConfig | None   config = None 
)
Instantiate a selector.

Definition at line 598 of file selector.py.

Member Function Documentation

◆ __call__()

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

Definition at line 602 of file selector.py.

Member Data Documentation

◆ 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

Definition at line 590 of file selector.py.


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