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 35a7796 commit 91d377eCopy full SHA for 91d377e
plugwise/helper.py
@@ -608,7 +608,7 @@ def _appliance_measurements(
608
self._count += len(data["sensors"]) - 1
609
if "switches" in data:
610
self._count += len(data["switches"]) -1
611
- # Count the remaining single data items,
+ # Count the remaining single data items, with the sub-dicts present already subtracted
612
self._count += len(data)
613
614
def _get_toggle_state(
0 commit comments