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 0f194ed commit 5516988Copy full SHA for 5516988
plugwise/smile.py
@@ -54,12 +54,6 @@ class SmileData(SmileHelper):
54
def update_for_cooling(self, devices: dict[str, DeviceData]) -> None:
55
"""Helper-function for adding/updating various cooling-related values."""
56
for _, device in devices.items():
57
- # For Anna or Adama + cooling, modify cooling_state based on provided info by Plugwise
58
- if device["dev_class"] == "heater_central" and self._cooling_present:
59
- device["binary_sensors"]["cooling_state"] = False
60
- if self._cooling_active:
61
- device["binary_sensors"]["cooling_state"] = True
62
-
63
# For Adam + on/off cooling, modify heating_state and cooling_state
64
# based on provided info by Plugwise
65
if (
0 commit comments