We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c90bbc9 commit ca0c72bCopy full SHA for ca0c72b
custom_components/plugwise/climate.py
@@ -252,7 +252,7 @@ def hvac_action(self) -> HVACAction: # pw-beta add to Core
252
253
# Adam provides the hvac_action for each thermostat
254
if self._gateway[SMILE_NAME] == "Adam":
255
- return HVACAction(control_state)
+ return HVACAction(self.device["control_state"])
256
# Anna
257
heater: str = self._gateway["heater_id"]
258
heater_data = self._devices[heater]
0 commit comments