Skip to content

Commit ff0d608

Browse files
committed
Add water_heater_mode to case
1 parent ce8fd8f commit ff0d608

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugwise/smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ async def set_select(
233233
) -> None:
234234
"""Set a dhw/gateway/regulation mode or the thermostat schedule option."""
235235
match key:
236-
case "select_dhw_mode":
236+
case "select_dhw_mode" or "water_heater_mode":
237237
await self.set_dhw_mode(option)
238238
case "select_gateway_mode":
239239
await self.set_gateway_mode(option)

0 commit comments

Comments
 (0)