You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -123,13 +105,13 @@ Returns the maximum supported temperature by the thermostat
123
105
124
106
## {% linkable_title Services %}
125
107
126
-
The following services are provided by the NuHeat Thermostat: `set_temperature`, `resume_program`.
108
+
The following services are provided by the NuHeat Thermostat: `set_temperature`, `set_hold_mode`, `nuheat_resume_program`.
127
109
128
-
The services `fan_min_on_time`, `set_aux_heat`, `set_away_mode`, `set_hold_mode`, `set_humidity`, `set_fan_mode`, `set_operation_mode` and `set_swing_mode` offered by the [Climate component](/components/climate/) are not implemented for this thermostat.
110
+
The services `fan_min_on_time`, `set_aux_heat`, `set_away_mode`, `set_humidity`, `set_fan_mode`, `set_operation_mode` and `set_swing_mode` offered by the [Climate component](/components/climate/) are not implemented for this thermostat.
129
111
130
112
### {% linkable_title Service `set_temperature` %}
131
113
132
-
Puts the thermostat into a temporary hold at the given temperature.
114
+
Puts the thermostat into an indefinite hold at the given temperature.
133
115
134
116
| Service data attribute | Optional | Description |
@@ -139,7 +121,16 @@ Puts the thermostat into a temporary hold at the given temperature.
139
121
Only the target temperatures relevant for the current operation mode need to
140
122
be provided.
141
123
142
-
### {% linkable_title Service `resume_program` %}
124
+
### {% linkable_title Service `set_hold_mode` %}
125
+
126
+
Sets the thermostat's hold mode. The NuHeat thermostat supports "auto" (to run the thermostat's programmed schedule), "temperature" (to indefinitely hold the thermostat's current target temperature), or "temporary_temperature" (to hold the thermostat's current target temperature until the thermostat's next scheduled event).
127
+
128
+
| Service data attribute | Optional | Description |
0 commit comments