Skip to content

Commit 11da526

Browse files
committed
Fixed after rebase
1 parent 47ae5df commit 11da526

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugwise/helper.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
)
5252

5353

54-
5554
def pw_notification_updater(devs, d_id, d_dict, notifs):
5655
"""Helper-function for async_update().
5756
Update the PW_Notification binary_sensor state.
@@ -1128,7 +1127,7 @@ def _schemas(self, location: str) -> tuple[str, ...]:
11281127
self._last_active[location] = selected
11291128
schedules[name] = schedule
11301129
else:
1131-
_LOGGER.debug(
1130+
LOGGER.debug(
11321131
"Schedule %s has no preset switching moments, ignoring.", name
11331132
)
11341133

0 commit comments

Comments
 (0)