mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update trigger.markdown (#26853)
This commit is contained in:
parent
92f22d94b2
commit
b94d61c3bb
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user