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:
Norbert Rittel 2024-12-14 16:14:24 +01:00 committed by GitHub
parent 9951c162a1
commit d366471058
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": {