Use common state for "Auto" in xiaomi_miio (#143015)

This commit is contained in:
Norbert Rittel 2025-04-15 22:37:21 +02:00 committed by GitHub
parent f0d81d077f
commit 57bf59f6bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,7 +82,7 @@
"airpurifier_mode": {
"state": {
"silent": "Silent",
"auto": "Auto",
"auto": "[%key:common::state::auto%]",
"favorite": "Favorite"
}
},