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 037c0e1 commit 8794808Copy full SHA for 8794808
plugwise/smile.py
@@ -190,7 +190,7 @@ async def set_number_setpoint(
190
) -> None:
191
"""Set the max. Boiler or DHW setpoint on the Central Heating boiler."""
192
if dev_id is not None:
193
- await set_temperature_offset(dev_id, temperature)
+ await self.set_temperature_offset(dev_id, temperature)
194
return
195
196
temp = str(temperature)
0 commit comments