Use common state for "Normal" in ecovacs (#142642)

This commit is contained in:
Norbert Rittel
2025-04-10 10:02:30 +02:00
committed by GitHub
parent 96d1c9ab91
commit 5ff2608794

View File

@@ -229,9 +229,9 @@
"state_attributes": {
"fan_speed": {
"state": {
"normal": "[%key:common::state::normal%]",
"max": "Max",
"max_plus": "Max+",
"normal": "Normal",
"quiet": "Quiet"
}
},