4 lines
106 B
Python
4 lines
106 B
Python
"""Const for conversation integration."""
|
|
|
|
DOMAIN = "conversation"
|
|
HOME_ASSISTANT_AGENT = "homeassistant"
|