Skip to content

Commit 374cb31

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 418ee01 commit 374cb31

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

plugwise/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,10 @@ async def _set_schedule_state_legacy(
603603
self._schedule_old_states[loc_id][name] = new_state
604604

605605
async def set_schedule_state(
606-
self, loc_id: str, new_state: str, name: str | None = None,
606+
self,
607+
loc_id: str,
608+
new_state: str,
609+
name: str | None = None,
607610
) -> None:
608611
"""Activate/deactivate the Schedule, with the given name, on the relevant Thermostat.
609612

0 commit comments

Comments
 (0)