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 cdedb53 commit 044fe1cCopy full SHA for 044fe1c
plugwise/helper.py
@@ -946,7 +946,7 @@ def _cleanup_data(self, data: DeviceData) -> None:
946
if not self._cooling_present:
947
for item in ("cooling_state", "cooling_ena_switch"):
948
if item in data:
949
- data.pop(item)
+ data.pop(item) # type: ignore [misc]
950
if not self._elga and "cooling_enabled" in data:
951
data.pop("cooling_enabled") # pragma: no cover
952
0 commit comments