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