Use common state for "Normal" in yolink (#142544)

Also reordered the three states alphabetically which groups the common ones, too.
This commit is contained in:
Norbert Rittel 2025-04-08 18:15:05 +02:00 committed by GitHub
parent a114ecfb73
commit 3a670e74f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,8 +61,8 @@
"power_failure_alarm": {
"name": "Power failure alarm",
"state": {
"normal": "Normal",
"alert": "Alert",
"normal": "[%key:common::state::normal%]",
"off": "[%key:common::state::off%]"
}
},