We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5525d74 commit 6a0992aCopy full SHA for 6a0992a
appdaemon/scheduler.py
@@ -498,7 +498,7 @@ async def get_next_period(
498
match start:
499
case "immediate":
500
return now
501
- case "now", _:
+ case "now" | _:
502
aware_next = await self.parse_datetime(start, aware=True, now=now)
503
# Skip forward to the next period if start is in the past
504
# This makes the result in the first
0 commit comments