Skip to content

Commit 0fabd75

Browse files
committed
Remove double
1 parent 4f88ff6 commit 0fabd75

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plugwise/helper.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -867,9 +867,6 @@ def _get_appliance_data(self, d_id: str) -> DeviceData:
867867
data["heating_state"] = True
868868
if self._cooling_present:
869869
data["cooling_state"] = False
870-
if self._adam_cooling_enabled:
871-
data["cooling_state"] = True
872-
data["heating_state"] = False
873870

874871
data.pop("c_heating_state")
875872

0 commit comments

Comments
 (0)