Life360 integration (#24227)
This commit is contained in:
parent
156ab7dc2b
commit
1c1363875c
12 changed files with 684 additions and 0 deletions
11
homeassistant/components/life360/const.py
Normal file
11
homeassistant/components/life360/const.py
Normal 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'
|
Loading…
Add table
Add a link
Reference in a new issue