mirror of
https://github.com/home-assistant/core.git
synced 2025-05-05 06:29:16 +00:00

* Allow exposing any entity to the default conversation agent * Tweak * Fix race, update tests * Update tests
6 lines
152 B
Python
6 lines
152 B
Python
"""Const for conversation integration."""
|
|
|
|
DOMAIN = "conversation"
|
|
DEFAULT_EXPOSED_ATTRIBUTES = {"device_class"}
|
|
HOME_ASSISTANT_AGENT = "homeassistant"
|