mirror of
https://github.com/home-assistant/core.git
synced 2026-08-21 22:01:05 +01:00
5 lines
106 B
Python
5 lines
106 B
Python
"""Const for conversation integration."""
|
|
|
|
DOMAIN = "conversation"
|
|
HOME_ASSISTANT_AGENT = "homeassistant"
|