Update trigger.markdown (#26853)

This commit is contained in:
Geoff 2023-04-04 22:45:55 +12:00 committed by GitHub
parent 92f22d94b2
commit b94d61c3bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ description: "All the different ways how automations can be triggered."
Triggers are what starts the processing of an automation rule. When _any_ of the automation's triggers becomes true (trigger _fires_), Home Assistant will validate the [conditions](/docs/automation/condition/), if any, and call the [action](/docs/automation/action/).
An automation can be triggered by an event, with a certain entity state, at a given time, and more. These can be specified directly or more flexible via templates. It is also possible to specify multiple triggers for one automation.
An automation can be triggered by an event, a certain entity state, at a given time, and more. These can be specified directly or more flexible via templates. It is also possible to specify multiple triggers for one automation.
- [Trigger ID](#trigger-id)
- [Trigger variables](#trigger-variables)