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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
} }
}, },