Skip to content

Commit 59853a9

Browse files
authored
corrected parameter in Service opentherm_gw.set_hot_water_setpoint (home-assistant#16990)
second parameter is temperature instead of dhw_override
1 parent d7295df commit 59853a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_integrations/opentherm_gw.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Set the domestic hot water setpoint on the OpenTherm Gateway. Not all boilers su
149149
| Service data attribute | Optional | Description |
150150
| ---------------------- | -------- | ----------- |
151151
| `gateway_id` | no | The `gateway_id` as specified during configuration.
152-
| `dhw_override` | no | The domestic hot water setpoint to set on the gateway. Values between 0 and 90 are accepted, but not all boilers support this range. Check the values of the `slave_dhw_min_setp` and `slave_dhw_max_setp` sensors to see the supported range on your boiler.
152+
| `temperature` | no | The domestic hot water setpoint to set on the gateway. Values between 0 and 90 are accepted, but not all boilers support this range. Check the values of the `slave_dhw_min_setp` and `slave_dhw_max_setp` sensors to see the supported range on your boiler.
153153

154154
### Service `opentherm_gw.set_gpio_mode`
155155

0 commit comments

Comments
 (0)