Skip to content

Commit 0b1237e

Browse files
committed
Correct description
1 parent c637888 commit 0b1237e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

plugwise/smile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,7 @@ async def set_number(
188188
temperature: float,
189189
dev_id: str | None,
190190
) -> None:
191-
"""Set the maximum boiler- or DHW-setpoint on the Central Heating boiler,
192-
or the temperature-offset on a Thermostat.
193-
"""
191+
"""Set the maximum boiler- or DHW-setpoint on the Central Heating boiler or the temperature-offset on a Thermostat."""
194192
if dev_id is not None:
195193
await self.set_offset(dev_id, temperature)
196194
return

0 commit comments

Comments
 (0)