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

Added "Nest" thermostat component.

This commit is contained in:
sfiorini
2015-01-05 19:11:02 -06:00
parent 47e6290609
commit b1a93ffc21
4 changed files with 542 additions and 0 deletions

View File

@@ -52,6 +52,9 @@ ATTR_ENTITY_PICTURE = "entity_picture"
# The unit of measurement if applicable
ATTR_UNIT_OF_MEASUREMENT = "unit_of_measurement"
# New target temperature for thermostats
ATTR_NEW_TARGET_TEMPERATURE = "temp"
# #### SERVICES ####
SERVICE_HOMEASSISTANT_STOP = "stop"
@@ -67,6 +70,8 @@ SERVICE_MEDIA_PAUSE = "media_pause"
SERVICE_MEDIA_NEXT_TRACK = "media_next_track"
SERVICE_MEDIA_PREV_TRACK = "media_prev_track"
SERVICE_SET_TARGET_TEMPERATURE = "set_target_temperature"
# #### API / REMOTE ####
SERVER_PORT = 8123