diff --git a/plugwise/helper.py b/plugwise/helper.py index 568d8fdb2c..2800e3c708 100644 --- a/plugwise/helper.py +++ b/plugwise/helper.py @@ -1010,6 +1010,10 @@ def _cleanup_data(self, data: DeviceData) -> None: data.pop("cooling_enabled") # pragma: no cover self._count -= 1 # pragma: no cover + if "thermostat_supports_cooling" in data: + data.pop("thermostat_supports_cooling", None) + self._count -= 1 + def _process_c_heating_state(self, data: DeviceData) -> None: """Helper-function for _get_measurement_data().