core/homeassistant/components/letpot/const.py

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