1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-27 22:34:47 +00:00
Files
core/homeassistant/components/tami4/const.py
2024-03-08 20:38:34 +01:00

8 lines
153 B
Python

"""Constants for tami4 component."""
DOMAIN = "tami4"
CONF_PHONE = "phone"
CONF_REFRESH_TOKEN = "refresh_token"
API = "api"
COORDINATOR = "coordinator"