Skip to content

Commit 82b0428

Browse files
committed
Remove setpoint from ActuatorData dict
1 parent 4058f3e commit 82b0428

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugwise/smile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,11 @@ def update_for_cooling(self, devices: dict[str, DeviceData]) -> None:
8787
min_setpoint = self._sched_setpoints[0]
8888

8989
temp_dict: ActuatorData = {
90-
"setpoint": thermostat["setpoint"],
9190
"setpoint_low": thermostat["setpoint"],
9291
"setpoint_high": max_setpoint,
9392
}
9493
if self._cooling_active:
9594
temp_dict = {
96-
"setpoint": thermostat["setpoint"],
9795
"setpoint_low": min_setpoint,
9896
"setpoint_high": thermostat["setpoint"],
9997
}

0 commit comments

Comments
 (0)