core/homeassistant/components/google_assistant_sdk/const.py

7 lines
161 B
Python

"""Constants for Google Assistant SDK integration."""
from __future__ import annotations
DOMAIN = "google_assistant_sdk"
DEFAULT_NAME = "Google Assistant SDK"