Use common state for "Auto" in roborock (#142972)

Also moved the "off" state to the top to group the common states a bit.
This commit is contained in:
Norbert Rittel 2025-04-15 09:56:40 +02:00 committed by GitHub
parent fa81a83893
commit b49a60fa3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -426,11 +426,11 @@
"state_attributes": {
"fan_speed": {
"state": {
"auto": "Auto",
"off": "[%key:common::state::off%]",
"auto": "[%key:common::state::auto%]",
"balanced": "Balanced",
"custom": "[%key:component::roborock::entity::select::mop_mode::state::custom%]",
"gentle": "Gentle",
"off": "[%key:common::state::off%]",
"max": "[%key:component::roborock::entity::select::mop_intensity::state::max%]",
"max_plus": "Max plus",
"medium": "[%key:common::state::medium%]",