We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae360d5 commit 433a6d3Copy full SHA for 433a6d3
1 file changed
plugwise/legacy/data.py
@@ -84,6 +84,7 @@ def _climate_data(self, entity: GwEntityData, data: GwEntityData) -> None:
84
def _get_anna_control_state(self, data: GwEntityData) -> None:
85
"""Set the thermostat control_state based on the opentherm/onoff device state."""
86
data["control_state"] = "idle"
87
+ self._count += 1
88
for entity in self.gw_entities.values():
89
if entity["dev_class"] != "heater_central":
90
continue
0 commit comments