mirror of
https://github.com/home-assistant/core.git
synced 2026-08-29 10:21:09 -05:00
6 lines
113 B
Python
6 lines
113 B
Python
"""Constants for tami4 component."""
|
|
|
|
DOMAIN = "tami4"
|
|
CONF_PHONE = "phone"
|
|
CONF_REFRESH_TOKEN = "refresh_token"
|