From c02aef683bdfe7f4acc867c6e7b594940ec33c9a Mon Sep 17 00:00:00 2001 From: Rick Rubino Date: Tue, 18 Jun 2019 14:11:06 -0700 Subject: [PATCH] edited hold modes for clarity (#9485) --- source/_components/ecobee.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/_components/ecobee.markdown b/source/_components/ecobee.markdown index 50111254a4e..fc20a8e1730 100644 --- a/source/_components/ecobee.markdown +++ b/source/_components/ecobee.markdown @@ -320,7 +320,7 @@ are not implemented for this thermostat. ### {% linkable_title Service `set_away_mode` %} -Turns the away mode on or off for the thermostat. +Turns Away Mode on or off, ignoring the next scheduled activity. This setting will override the thermostat Hold Duration setting, even if you set the hold duration to "Until the next scheduled activity" within thermostat preferences. | Service data attribute | Optional | Description | | ---------------------- | -------- | ----------- | @@ -330,12 +330,12 @@ Turns the away mode on or off for the thermostat. ### {% linkable_title Service `set_hold_mode` %} Puts the thermostat into the given hold mode. For 'home', 'away', 'sleep', -and any other hold based on a reference climate, the -target temperature is taken from the reference climate. +and any other hold based on a comfort setting, the +target temperature is set to whatever is programmed in the comfort setting. For 'temp', the current temperature is taken as the target temperature. When None is provided as parameter, the hold_mode is turned off. -It is not possible to set a vacation hold; such hold has to be -defined on the thermostat directly. However, a vacation hold can be +If the thermostat Hold Duration is set to "Until the next scheduled activity" within thermostat preferences, then the next scheduled activity will change this hold mode. +Note that it is not possible to set a vacation hold; this must be defined on the thermostat directly. However, a vacation hold can be canceled. | Service data attribute | Optional | Description |