mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 23:04:55 +01: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"
|