We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d48dc6 commit 50a2f3cCopy full SHA for 50a2f3c
plugwise/data.py
@@ -313,6 +313,7 @@ def check_reg_mode(self, mode: str) -> bool:
313
def _get_anna_control_state(self, data: GwEntityData) -> None:
314
"""Set the thermostat control_state based on the opentherm/onoff device state."""
315
data["control_state"] = "idle"
316
+ self._count += 1
317
for entity in self.gw_entities.values():
318
if entity["dev_class"] != "heater_central":
319
continue
0 commit comments