We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5367c32 commit 67e4a95Copy full SHA for 67e4a95
plugwise/helper.py
@@ -996,10 +996,10 @@ def _cleanup_data(self, data: DeviceData) -> None:
996
self._count -= 1
997
if "cooling_ena_switch" in data["switches"]:
998
data["switches"].pop("cooling_ena_switch") # pragma: no cover
999
- self._count -= 1
+ self._count -= 1 # pragma: no cover
1000
if not self._elga and "cooling_enabled" in data:
1001
data.pop("cooling_enabled") # pragma: no cover
1002
1003
1004
def _process_c_heating_state(self, data: DeviceData) -> None:
1005
"""Helper-function for _get_measurement_data().
0 commit comments