mirror of
https://github.com/home-assistant/core.git
synced 2026-06-30 19:26:31 +01:00
6a8220a9df
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 lines
113 B
Python
6 lines
113 B
Python
"""Constants for tami4 component."""
|
|
|
|
DOMAIN = "tami4"
|
|
CONF_PHONE = "phone"
|
|
CONF_REFRESH_TOKEN = "refresh_token"
|