mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Little note that triggers are or (#6575)
We don't really call out that triggers are `or`, so adding a little about that here.
This commit is contained in:
parent
a1cdeaf43a
commit
348c952f85
@ -10,7 +10,7 @@ footer: true
|
||||
redirect_from: /getting-started/automation-trigger/
|
||||
---
|
||||
|
||||
Triggers are what starts the processing of an automation rule. It is possible to specify multiple triggers for the same rule. Once a trigger starts, Home Assistant will validate the conditions, if any, and call the action.
|
||||
Triggers are what starts the processing of an automation rule. It is possible to specify multiple triggers for the same rule - when _any_ of the triggers becomes true then the automation will start. Once a trigger starts, Home Assistant will validate the conditions, if any, and call the action.
|
||||
|
||||
### {% linkable_title Event trigger %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user