mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Add translations to Roborock fan speed (#93801)
This commit is contained in:
parent
de3406c856
commit
c678664d9a
@ -96,6 +96,28 @@
|
|||||||
"custom": "Custom"
|
"custom": "Custom"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"vacuum": {
|
||||||
|
"roborock": {
|
||||||
|
"state_attributes": {
|
||||||
|
"fan_speed": {
|
||||||
|
"state": {
|
||||||
|
"auto": "Auto",
|
||||||
|
"balanced": "Balanced",
|
||||||
|
"custom": "Custom",
|
||||||
|
"gentle": "Gentle",
|
||||||
|
"off": "Off",
|
||||||
|
"max": "Max",
|
||||||
|
"max_plus": "Max plus",
|
||||||
|
"medium": "Medium",
|
||||||
|
"quiet": "Quiet",
|
||||||
|
"silent": "Silent",
|
||||||
|
"standard": "Standard",
|
||||||
|
"turbo": "Turbo"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -82,6 +82,7 @@ class RoborockVacuum(RoborockCoordinatedEntity, StateVacuumEntity):
|
|||||||
| VacuumEntityFeature.STATE
|
| VacuumEntityFeature.STATE
|
||||||
| VacuumEntityFeature.START
|
| VacuumEntityFeature.START
|
||||||
)
|
)
|
||||||
|
_attr_translation_key = DOMAIN
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user