Skip to content

Commit 7288f34

Browse files
committed
Add pragma: no cover's
1 parent 9c8384c commit 7288f34

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

plugwise/legacy/smile.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -258,24 +258,24 @@ async def _set_groupswitch_member_state(
258258

259259
async def set_number_setpoint(self, key: str, temperature: float) -> None:
260260
"""Set the max. Boiler or DHW setpoint on the Central Heating boiler."""
261-
pass
261+
pass # pragma: no cover
262262

263263
async def set_temperature_offset(self, dev_id: str, offset: float) -> None:
264264
"""Set the Temperature offset for thermostats that support this feature."""
265-
pass
265+
pass # pragma: no cover
266266

267267
async def set_gateway_mode(self, mode: str) -> None:
268268
"""Set the gateway mode."""
269-
pass
269+
pass # pragma: no cover
270270

271271
async def set_regulation_mode(self, mode: str) -> None:
272272
"""Set the heating regulation mode."""
273-
pass
273+
pass # pragma: no cover
274274

275275
async def set_dhw_mode(self, mode: str) -> None:
276276
"""Set the domestic hot water heating regulation mode."""
277-
pass
277+
pass # pragma: no cover
278278

279279
async def delete_notification(self) -> None:
280280
"""Delete the active Plugwise Notification."""
281-
pass
281+
pass # pragma: no cover

0 commit comments

Comments
 (0)