Skip to content

Commit 50a2f3c

Browse files
committed
Add missed device-item-count
1 parent 9d48dc6 commit 50a2f3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugwise/data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ def check_reg_mode(self, mode: str) -> bool:
313313
def _get_anna_control_state(self, data: GwEntityData) -> None:
314314
"""Set the thermostat control_state based on the opentherm/onoff device state."""
315315
data["control_state"] = "idle"
316+
self._count += 1
316317
for entity in self.gw_entities.values():
317318
if entity["dev_class"] != "heater_central":
318319
continue

0 commit comments

Comments
 (0)