mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
c3ba086fad
Co-authored-by: Joostlek <joostlek@outlook.com>
10 lines
237 B
Python
10 lines
237 B
Python
"""Constants for the Cync integration."""
|
|
|
|
DOMAIN = "cync"
|
|
|
|
CONF_TWO_FACTOR_CODE = "two_factor_code"
|
|
CONF_USER_ID = "user_id"
|
|
CONF_AUTHORIZE_STRING = "authorize_string"
|
|
CONF_EXPIRES_AT = "expires_at"
|
|
CONF_REFRESH_TOKEN = "refresh_token"
|