mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Use common states for "Low"/"Medium"/"High" in yolink
(#142139)
This commit is contained in:
parent
3ed4859db9
commit
3b2ff38f02
@ -72,7 +72,11 @@
|
||||
},
|
||||
"power_failure_alarm_volume": {
|
||||
"name": "Power failure alarm volume",
|
||||
"state": { "low": "Low", "medium": "Medium", "high": "High" }
|
||||
"state": {
|
||||
"low": "[%key:common::state::low%]",
|
||||
"medium": "[%key:common::state::medium%]",
|
||||
"high": "[%key:common::state::high%]"
|
||||
}
|
||||
},
|
||||
"power_failure_alarm_beep": {
|
||||
"name": "Power failure alarm beep",
|
||||
|
Loading…
x
Reference in New Issue
Block a user