mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update calendar.markdown (#24743)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
f03e5dd585
commit
5070d3469d
@ -37,7 +37,7 @@ automation:
|
||||
```
|
||||
|
||||
Calendar triggers should should generally not use automation mode `single` to ensure the trigger
|
||||
can fire when multiple events start at the same time (e.g. use `queued` or `parallel` instead)
|
||||
can fire when multiple events start at the same time (e.g., use `queued` or `parallel` instead). Note that calendars are read once every 15 minutes. When testing, make sure you do not plan events less than 15 minutes away from the current time, or your trigger might not fire.
|
||||
|
||||
See [Automation Trigger Variables: Calendar](/docs/automation/templating/#calendar) for additional trigger data available for conditions or actions.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user