Skip to content

Commit c3f513e

Browse files
committed
Revert "Clean-up"
This reverts commit 7238b28.
1 parent 24308b2 commit c3f513e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugwise/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,10 @@ async def set_number(
332332
"""Set the max. Boiler or DHW setpoint on the Central Heating boiler."""
333333
await self._smile_api.set_number(dev_id, key, temperature)
334334

335+
async def set_temperature_offset(self, _: str, dev_id: str, offset: float) -> None:
336+
"""Set the Temperature offset for thermostats that support this feature."""
337+
await self._smile_api.set_temperature_offset(dev_id, offset)
338+
335339
async def set_switch_state(
336340
self, appl_id: str, members: list[str] | None, model: str, state: str
337341
) -> None:

0 commit comments

Comments
 (0)