mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Update google.markdown to include circumstance where the automation will not trigger. (#21833)
This commit is contained in:
parent
77aff671bb
commit
4367fce0d0
@ -216,7 +216,7 @@ You either use `start_date_time` and `end_date_time`, or `start_date` and `end_d
|
||||
|
||||
## Using calendar in automations
|
||||
|
||||
A calendar can be used as an external scheduler for special events or reoccurring events instead of hardcoding them in automations.
|
||||
A calendar can be used as an external scheduler for special events or reoccurring events instead of hardcoding them in automations. The calendar entry must have a duration greater than 1 minute. Events that are 0 minutes long will not trigger the automation.
|
||||
|
||||
Trigger as soon as an event starts:
|
||||
|
||||
@ -242,3 +242,5 @@ For example, the actions following this condition will only be executed for even
|
||||
```
|
||||
|
||||
{% endraw %}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user