1
mirror of https://github.com/home-assistant/core synced 2024-08-31 05:57:13 +02:00
ha-core/homeassistant/components/life360/const.py
Paulus Schoutsen 4de97abc3a Black
2019-07-31 12:25:30 -07:00

16 lines
441 B
Python

"""Constants for Life360 integration."""
DOMAIN = "life360"
CONF_AUTHORIZATION = "authorization"
CONF_CIRCLES = "circles"
CONF_DRIVING_SPEED = "driving_speed"
CONF_ERROR_THRESHOLD = "error_threshold"
CONF_MAX_GPS_ACCURACY = "max_gps_accuracy"
CONF_MAX_UPDATE_WAIT = "max_update_wait"
CONF_MEMBERS = "members"
CONF_SHOW_AS_STATE = "show_as_state"
CONF_WARNING_THRESHOLD = "warning_threshold"
SHOW_DRIVING = "driving"
SHOW_MOVING = "moving"