Life360 integration (#24227)

This commit is contained in:
Phil Bruckner 2019-06-06 18:07:15 -05:00 committed by Paulus Schoutsen
parent 156ab7dc2b
commit 1c1363875c
12 changed files with 684 additions and 0 deletions

View file

@ -0,0 +1,11 @@
"""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_WARNING_THRESHOLD = 'warning_threshold'