mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Make Device Condition description consistent with Trigger and Action (#23293)
Make device Condition description consistent with Trigger and Action The first item in the lists of the triggers, conditions and actions is always the device type: - When something happens to a device. Great way to start. - Set of conditions provided by your device. Great way to start - Do something on a device. Great way to start. The condition does use "your" instead of "a" which is inconsistent and sounds irritating. As there are usually many different devices in a setup the use of "a" is much preferred as the actual device is picked up at the next step. This commit makes the condition string consistent by replacing "your" with "a".
This commit is contained in:
parent
9951c162a1
commit
d366471058
@ -3351,7 +3351,7 @@
|
||||
"label": "Device",
|
||||
"condition": "Condition",
|
||||
"description": {
|
||||
"picker": "Set of conditions provided by your device. Great way to start."
|
||||
"picker": "Set of conditions provided by a device. Great way to start."
|
||||
}
|
||||
},
|
||||
"not": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user