mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
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:
parent
a114ecfb73
commit
3a670e74f7
@ -61,8 +61,8 @@
|
|||||||
"power_failure_alarm": {
|
"power_failure_alarm": {
|
||||||
"name": "Power failure alarm",
|
"name": "Power failure alarm",
|
||||||
"state": {
|
"state": {
|
||||||
"normal": "Normal",
|
|
||||||
"alert": "Alert",
|
"alert": "Alert",
|
||||||
|
"normal": "[%key:common::state::normal%]",
|
||||||
"off": "[%key:common::state::off%]"
|
"off": "[%key:common::state::off%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user