1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Update config zones

This commit is contained in:
Paulus Schoutsen
2015-09-29 23:08:37 -07:00
parent 2eb36c18bd
commit 1dc9bfdf73
6 changed files with 53 additions and 40 deletions

View File

@@ -105,6 +105,9 @@ ATTR_HIDDEN = "hidden"
ATTR_LATITUDE = "latitude"
ATTR_LONGITUDE = "longitude"
# Accuracy of location in meters
ATTR_GPS_ACCURACY = 'gps_accuracy'
# #### SERVICES ####
SERVICE_HOMEASSISTANT_STOP = "stop"