mirror of
https://github.com/home-assistant/core.git
synced 2025-05-02 13:17:53 +00:00

* Default agent as entity * Migrate constant to point at new value * Fix tests * Fix more tests * Move assist pipeline back to cloud after dependenceis
7 lines
209 B
Python
7 lines
209 B
Python
"""Const for conversation integration."""
|
|
|
|
DOMAIN = "conversation"
|
|
DEFAULT_EXPOSED_ATTRIBUTES = {"device_class"}
|
|
HOME_ASSISTANT_AGENT = "conversation.home_assistant"
|
|
OLD_HOME_ASSISTANT_AGENT = "homeassistant"
|