Revert "Fix set fan speed"

This reverts commit 8676cb3fad.
This commit is contained in:
Luke Morrigan 2024-03-22 00:30:57 +00:00 committed by GitHub
parent c687f111eb
commit 479568b2a6
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ class RoboVacEntity(StateVacuumEntity):
fan_speed = "Boost_IQ"
elif fan_speed == "Pure":
fan_speed = "Quiet"
await self.vacuum.async_set({"130": fan_speed})
await self.vacuum.async_set({"102": fan_speed})
async def async_send_command(
self, command: str, params: dict | list | None = None, **kwargs