mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 06:05:26 +01:00
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"
|