Use common states for "Low"/"Medium"/"High" in wyoming (#142096)

This commit is contained in:
Norbert Rittel 2025-04-02 22:32:24 +02:00 committed by GitHub
parent 691cb378a0
commit 17f6ded7b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,9 +41,9 @@
"name": "Noise suppression level",
"state": {
"off": "[%key:common::state::off%]",
"low": "Low",
"medium": "Medium",
"high": "High",
"low": "[%key:common::state::low%]",
"medium": "[%key:common::state::medium%]",
"high": "[%key:common::state::high%]",
"max": "Max"
}
},