Skip to content

Commit 379fcb9

Browse files
committed
Water_heater supports on/off, fixed #298
* custom_components/daikin_onecta/water_heater.py:
1 parent d9d2e4f commit 379fcb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/daikin_onecta/water_heater.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def domestic_hotwater_temperature(self):
9797
return dht
9898

9999
def get_supported_features(self):
100-
sf = WaterHeaterEntityFeature.OPERATION_MODE
100+
sf = WaterHeaterEntityFeature.OPERATION_MODE | WaterHeaterEntityFeature.ON_OFF
101101
# Only when we have a fixed setpointMode we can control the target
102102
# temperature of the tank
103103
dht = self.domestic_hotwater_temperature

0 commit comments

Comments
 (0)