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

Add support for zones to Home Assistant

This commit is contained in:
Paulus Schoutsen
2015-09-28 23:13:13 -07:00
parent 68c2b539ee
commit 5ad27d8cdb
7 changed files with 154 additions and 17 deletions

View File

@@ -101,6 +101,10 @@ ATTR_LAST_TRIP_TIME = "last_tripped_time"
# For all entity's, this hold whether or not it should be hidden
ATTR_HIDDEN = "hidden"
# Location of the entity
ATTR_LATITUDE = "latitude"
ATTR_LONGITUDE = "longitude"
# #### SERVICES ####
SERVICE_HOMEASSISTANT_STOP = "stop"