Use common states for "Low"/"Medium"/"High" in yolink (#142139)

This commit is contained in:
Norbert Rittel 2025-04-03 20:35:34 +02:00 committed by GitHub
parent 3ed4859db9
commit 3b2ff38f02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",