mirror of
https://github.com/home-assistant/core.git
synced 2026-08-27 00:23:40 +01: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"
|