mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Use common states for "Low"/"Medium"/"High" in ecovacs
(#142140)
This commit is contained in:
parent
4a562b5085
commit
db44ed845d
@ -176,9 +176,9 @@
|
||||
"water_amount": {
|
||||
"name": "Water flow level",
|
||||
"state": {
|
||||
"high": "High",
|
||||
"low": "Low",
|
||||
"medium": "Medium",
|
||||
"high": "[%key:common::state::high%]",
|
||||
"low": "[%key:common::state::low%]",
|
||||
"medium": "[%key:common::state::medium%]",
|
||||
"ultrahigh": "Ultrahigh"
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user