Skip to content

Commit

Permalink
Merge pull request #305 from jwillemsen/jwi-turnonoff
Browse files Browse the repository at this point in the history
Water_heater supports on/off, fixed #298
  • Loading branch information
jwillemsen authored Sep 27, 2024
2 parents 32c1bd2 + 379fcb9 commit fe79d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/daikin_onecta/water_heater.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def domestic_hotwater_temperature(self):
return dht

def get_supported_features(self):
sf = WaterHeaterEntityFeature.OPERATION_MODE
sf = WaterHeaterEntityFeature.OPERATION_MODE | WaterHeaterEntityFeature.ON_OFF
# Only when we have a fixed setpointMode we can control the target
# temperature of the tank
dht = self.domestic_hotwater_temperature
Expand Down

0 comments on commit fe79d0d

Please sign in to comment.