mirror of
https://github.com/home-assistant/core.git
synced 2026-08-15 01:32:55 +01: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"
|