mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +00:00
Use common states for "Low"/"Medium"/"High" in wyoming
(#142096)
This commit is contained in:
parent
691cb378a0
commit
17f6ded7b0
@ -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"
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user