mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 02:47:14 +00:00
8 lines
153 B
Python
8 lines
153 B
Python
"""Constants for tami4 component."""
|
|
|
|
DOMAIN = "tami4"
|
|
CONF_PHONE = "phone"
|
|
CONF_REFRESH_TOKEN = "refresh_token"
|
|
API = "api"
|
|
COORDINATOR = "coordinator"
|