Skip to content

Commit 5679de5

Browse files
committed
Count the re-added control_state items
1 parent 991b31c commit 5679de5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugwise/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ def _device_data_climate(
234234
# Control_state, only for Adam master thermostats
235235
if ctrl_state := self._control_state(loc_id):
236236
device_data["control_state"] = ctrl_state
237+
self._count += 1
237238

238239
# Operation modes: auto, heat, heat_cool, cool and off
239240
device_data["mode"] = "auto"

0 commit comments

Comments
 (0)