Co-authored-by: Franck Nijhof <frenck@frenck.nl> Co-authored-by: Robert Resch <robert@resch.dev>
6 lines
152 B
Python
6 lines
152 B
Python
"""Constants for tami4 component."""
|
|
DOMAIN = "tami4"
|
|
CONF_PHONE = "phone"
|
|
CONF_REFRESH_TOKEN = "refresh_token"
|
|
API = "api"
|
|
COORDINATOR = "coordinator"
|