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 c637888 commit 0b1237eCopy full SHA for 0b1237e
plugwise/smile.py
@@ -188,9 +188,7 @@ async def set_number(
188
temperature: float,
189
dev_id: str | None,
190
) -> None:
191
- """Set the maximum boiler- or DHW-setpoint on the Central Heating boiler,
192
- or the temperature-offset on a Thermostat.
193
- """
+ """Set the maximum boiler- or DHW-setpoint on the Central Heating boiler or the temperature-offset on a Thermostat."""
194
if dev_id is not None:
195
await self.set_offset(dev_id, temperature)
196
return
0 commit comments