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