mirror of
https://github.com/home-assistant/core.git
synced 2025-11-03 16:09:36 +00: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"
|