Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.conversation.const .ConversationEntityFeature
 

Namespaces

 homeassistant.components.conversation.const
 

Variables

string homeassistant.components.conversation.const.ATTR_AGENT_ID = "agent_id"
 
string homeassistant.components.conversation.const.ATTR_CONVERSATION_ID = "conversation_id"
 
string homeassistant.components.conversation.const.ATTR_LANGUAGE = "language"
 
string homeassistant.components.conversation.const.ATTR_TEXT = "text"
 
dictionary homeassistant.components.conversation.const.DEFAULT_EXPOSED_ATTRIBUTES = {"device_class"}
 
string homeassistant.components.conversation.const.DOMAIN = "conversation"
 
string homeassistant.components.conversation.const.HOME_ASSISTANT_AGENT = "conversation.home_assistant"
 
string homeassistant.components.conversation.const.OLD_HOME_ASSISTANT_AGENT = "homeassistant"
 
string homeassistant.components.conversation.const.SERVICE_PROCESS = "process"
 
string homeassistant.components.conversation.const.SERVICE_RELOAD = "reload"