Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for tami4 component."""
2 
3 DOMAIN = "tami4"
4 CONF_PHONE = "phone"
5 CONF_REFRESH_TOKEN = "refresh_token"
6 API = "api"
7 COORDINATOR = "coordinator"