mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 12:15:08 +02:00
Use common states for "Low"/"Medium"/"High" in wyoming
(#142096)
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user