mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 10:29:27 +00:00
11 lines
259 B
Python
11 lines
259 B
Python
"""Constants for the LetPot integration."""
|
|
|
|
DOMAIN = "letpot"
|
|
|
|
CONF_ACCESS_TOKEN_EXPIRES = "access_token_expires"
|
|
CONF_REFRESH_TOKEN = "refresh_token"
|
|
CONF_REFRESH_TOKEN_EXPIRES = "refresh_token_expires"
|
|
CONF_USER_ID = "user_id"
|
|
|
|
REQUEST_UPDATE_TIMEOUT = 10
|