NeonGeckoCom / skill-alerts

Alerts Skill Repository
Other
5 stars 7 forks source link

[BUG] "Dismiss x" will only dismiss the active timer if active #112

Open NeonDaniel opened 1 year ago

NeonDaniel commented 1 year ago

Description

When there is an active timer, any "cancel" or "dismiss" will always handle the active timer, rather than the user's request (i.e. "next alarm alarm", "reminders", "all timers")

Steps to Reproduce

Relevant Code

https://github.com/NeonGeckoCom/skill-alerts/blob/dev/__init__.py#L684

Other Notes

relted to: https://github.com/NeonGeckoCom/skill-alerts/pull/103