Skip to content

Commit 98f3d04

Browse files
committed
Remove Fix for Adam+Anna, case does not happen,
After split in DEVICE_MEASUREMENTS and HEATER_CENTRAL_MEASUREMENTS
1 parent affbf65 commit 98f3d04

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

plugwise/helper.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,13 +1004,6 @@ def _cleanup_data(self, data: DeviceData) -> None:
10041004
10051005
Clean up the data dict.
10061006
"""
1007-
# Fix for Adam + Anna: heating_state also present under Anna, remove
1008-
if (
1009-
"temperature" in data["sensors"]
1010-
and "heating_state" in data["binary_sensors"]
1011-
):
1012-
data["binary_sensors"].pop("heating_state", None)
1013-
10141007
# Don't show cooling-related when no cooling present,
10151008
# but, keep cooling_enabled for Elga
10161009
if not self._cooling_present:

0 commit comments

Comments
 (0)