diff --git a/kasa/smart/modules/vacuum.py b/kasa/smart/modules/vacuum.py index fc96abad..61f3b5ec 100644 --- a/kasa/smart/modules/vacuum.py +++ b/kasa/smart/modules/vacuum.py @@ -109,8 +109,8 @@ class Vacuum(SmartModule): id="vacuum_fan_speed", name="Fan speed", container=self, - attribute_getter="fan_speed", - attribute_setter="set_fan_speed", + attribute_getter="fan_speed_preset", + attribute_setter="set_fan_speed_preset", icon="mdi:fan", choices_getter=lambda: list([str(speed) for speed in FanSpeed]), category=Feature.Category.Primary,