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 98f3d04 commit d0ae197Copy full SHA for d0ae197
plugwise/helper.py
@@ -1010,7 +1010,7 @@ def _cleanup_data(self, data: DeviceData) -> None:
1010
if "cooling_state" in data["binary_sensors"]:
1011
data["binary_sensors"].pop("cooling_state")
1012
if "cooling_ena_switch" in data["switches"]:
1013
- data["switches"].pop("cooling_ena_switch")
+ data["switches"].pop("cooling_ena_switch") # pragma: no cover
1014
if not self._elga and "cooling_enabled" in data:
1015
data.pop("cooling_enabled") # pragma: no cover
1016
0 commit comments