mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
📝 clarify what conditions in automations are (#4514)
* 📝 clarify what conditions in automations are * 📝 reword to make short and sweet
This commit is contained in:
parent
6fb9a7636d
commit
f74ee76ae2
@ -895,7 +895,7 @@
|
||||
"conditions": {
|
||||
"name": "Condition",
|
||||
"header": "Conditions",
|
||||
"introduction": "Conditions are an optional part of an automation rule and can be used to prevent an action from happening when triggered. Conditions look very similar to triggers but are very different. A trigger will look at events happening in the system while a condition only looks at how the system looks right now. A trigger can observe that a switch is being turned on. A condition can only see if a switch is currently on or off.",
|
||||
"introduction": "Conditions are optional and will prevent further execution unless all conditions are satisfied.",
|
||||
"learn_more": "Learn more about conditions",
|
||||
"add": "Add condition",
|
||||
"duplicate": "[%key:ui::panel::config::automation::editor::triggers::duplicate%]",
|
||||
|
Loading…
x
Reference in New Issue
Block a user