We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a67d9 commit 5cb2dc0Copy full SHA for 5cb2dc0
custom_components/plugwise-beta/climate.py
@@ -130,7 +130,7 @@ def hvac_action(self):
130
if self._heating_state is not None or self._boiler_state is not None:
131
if self._setpoint > self._temperature:
132
return CURRENT_HVAC_HEAT
133
- return CURRENT_HVAC_IDLE
+ return CURRENT_HVAC_IDLE
134
135
@property
136
def name(self):
0 commit comments