mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 05:27:46 +00:00
Change TRIGGER to EXECUTE (#4413)
There's been some confusion among new users about what the `TRIGGER` button does in the automation info popup. `EXECUTE` better represents what pressing that button does since it bypasses conditions and simply runs the action like a script. The automation docs at <https://www.home-assistant.io/docs/automation/action/> also say "The action of an automation rule is what is being executed when a rule fires."
This commit is contained in:
parent
bdd18775c3
commit
e779f0747e
@ -393,7 +393,7 @@
|
||||
},
|
||||
"automation": {
|
||||
"last_triggered": "Last triggered",
|
||||
"trigger": "Trigger"
|
||||
"trigger": "Execute"
|
||||
},
|
||||
"camera": {
|
||||
"not_available": "Image not available"
|
||||
|
Loading…
x
Reference in New Issue
Block a user