We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d2e4f commit 379fcb9Copy full SHA for 379fcb9
custom_components/daikin_onecta/water_heater.py
@@ -97,7 +97,7 @@ def domestic_hotwater_temperature(self):
97
return dht
98
99
def get_supported_features(self):
100
- sf = WaterHeaterEntityFeature.OPERATION_MODE
+ sf = WaterHeaterEntityFeature.OPERATION_MODE | WaterHeaterEntityFeature.ON_OFF
101
# Only when we have a fixed setpointMode we can control the target
102
# temperature of the tank
103
dht = self.domestic_hotwater_temperature
0 commit comments