mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +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",
|
"name": "Noise suppression level",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "[%key:common::state::off%]",
|
"off": "[%key:common::state::off%]",
|
||||||
"low": "Low",
|
"low": "[%key:common::state::low%]",
|
||||||
"medium": "Medium",
|
"medium": "[%key:common::state::medium%]",
|
||||||
"high": "High",
|
"high": "[%key:common::state::high%]",
|
||||||
"max": "Max"
|
"max": "Max"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user