diff --git a/custom_components/tuya_local/fan.py b/custom_components/tuya_local/fan.py index 3658224d81..e0ec9be05f 100644 --- a/custom_components/tuya_local/fan.py +++ b/custom_components/tuya_local/fan.py @@ -68,10 +68,10 @@ def is_on(self): return self._switch_dps.get_value(self._device) async def async_turn_on( - self, - percentage: int | None = None, - preset_mode: str | None = None, - **kwargs: Any, + self, + percentage: int | None = None, + preset_mode: str | None = None, + **kwargs: Any, ): """Turn the switch on""" if self._switch_dps: