Skip to content

Commit

Permalink
Make a/an optional
Browse files Browse the repository at this point in the history
  • Loading branch information
dinki authored Dec 18, 2024
1 parent a8d429e commit 358096a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ blueprint:
trigger:
- platform: conversation
command:
- Set an alarm for {time}
- set a timer for {when}
- set a {when} timer
- Set [an] alarm for {time}
- set [a] timer for {when}
- set [a] {when} timer
id: setalarm
- platform: conversation
command:
Expand All @@ -45,7 +45,7 @@ trigger:
- >-
remind me to {reminder} in {when} | set a reminder to {reminder} in
{when} | remind me in {when} to {reminder}
- (set|start) (a|an) {name} timer for {when}
- (set|start) [a|an] {name} timer for {when}
id: setalarm
- platform: conversation
command:
Expand Down

0 comments on commit 358096a

Please sign in to comment.