Skip to content

Commit 3c43e0b

Browse files
brooxfabaff
authored andcommitted
update nuheat docs for recent component changes (home-assistant#4296)
1 parent 4db836f commit 3c43e0b

File tree

1 file changed

+13
-22
lines changed

1 file changed

+13
-22
lines changed

source/_components/climate.nuheat.markdown

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -62,24 +62,6 @@ not in auto operation mode.
6262
| ---------------| ----------- |
6363
| Integer | Target temperature
6464

65-
### {% linkable_title Attribute `target_temperature_low` %}
66-
67-
Returns the desired heating temperature set in the thermostat when in
68-
auto operation mode.
69-
70-
| Attribute type | Description |
71-
| ---------------| ----------- |
72-
| Integer | Target temperature
73-
74-
### {% linkable_title Attribute `target_temperature_high` %}
75-
76-
Returns the desired cooling temperature set in the thermostat when in
77-
auto operation mode.
78-
79-
| Attribute type | Description |
80-
| ---------------| ----------- |
81-
| Integer | Target temperature
82-
8365
### {% linkable_title Attribute `current_hold_mode` %}
8466

8567
Returns the current temperature hold, if any.
@@ -123,13 +105,13 @@ Returns the maximum supported temperature by the thermostat
123105

124106
## {% linkable_title Services %}
125107

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`.
127109

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.
129111

130112
### {% linkable_title Service `set_temperature` %}
131113

132-
Puts the thermostat into a temporary hold at the given temperature.
114+
Puts the thermostat into an indefinite hold at the given temperature.
133115

134116
| Service data attribute | Optional | Description |
135117
| ---------------------- | -------- | ----------- |
@@ -139,7 +121,16 @@ Puts the thermostat into a temporary hold at the given temperature.
139121
Only the target temperatures relevant for the current operation mode need to
140122
be provided.
141123

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 |
129+
| ---------------------- | -------- | ----------- |
130+
| `entity_id` | yes | String or list of strings that point at `entity_id`'s of climate devices to control. Else targets all.
131+
| `hold_mode` | no | New value of hold mode.
132+
133+
### {% linkable_title Service `nuheat_resume_program` %}
143134

144135
Resumes the currently active schedule.
145136

0 commit comments

Comments
 (0)