core/homeassistant/components/tami4/const.py

8 lines
153 B
Python
Raw Normal View History

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