You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
GeoRideHA/custom_components/georide/const.py

16 lines
233 B

""" GeoRide const file """
DOMAIN = "georide"
5 years ago
CONF_EMAIL = "email"
CONF_PASSWORD = "password"
CONF_TOKEN = "token"
5 years ago
TRACKER_ID = "trackerId"
MIN_UNTIL_REFRESH = 10
SIREN_ACTIVATION_DELAY = 30
TOKEN_SAFE_DAY = 432000 # five days