We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce8fd8f commit ff0d608Copy full SHA for ff0d608
1 file changed
plugwise/smile.py
@@ -233,7 +233,7 @@ async def set_select(
233
) -> None:
234
"""Set a dhw/gateway/regulation mode or the thermostat schedule option."""
235
match key:
236
- case "select_dhw_mode":
+ case "select_dhw_mode" or "water_heater_mode":
237
await self.set_dhw_mode(option)
238
case "select_gateway_mode":
239
await self.set_gateway_mode(option)
0 commit comments