mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Use common state for "Normal" in ecovacs
(#142642)
This commit is contained in:
parent
96d1c9ab91
commit
5ff2608794
@ -229,9 +229,9 @@
|
|||||||
"state_attributes": {
|
"state_attributes": {
|
||||||
"fan_speed": {
|
"fan_speed": {
|
||||||
"state": {
|
"state": {
|
||||||
|
"normal": "[%key:common::state::normal%]",
|
||||||
"max": "Max",
|
"max": "Max",
|
||||||
"max_plus": "Max+",
|
"max_plus": "Max+",
|
||||||
"normal": "Normal",
|
|
||||||
"quiet": "Quiet"
|
"quiet": "Quiet"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user