diff --git a/custom_components/localtuya/fan.py b/custom_components/localtuya/fan.py index ca501e8..0d9aeed 100644 --- a/custom_components/localtuya/fan.py +++ b/custom_components/localtuya/fan.py @@ -111,7 +111,6 @@ class LocaltuyaFan(LocalTuyaEntity, FanEntity): preset_mode: str = None, **kwargs, ) -> None: - """Turn on the entity.""" _LOGGER.debug("Fan async_turn_on") await self._device.set_dp(True, self._dp_id)