diff --git a/custom_components/localtuya/fan.py b/custom_components/localtuya/fan.py index 39cd89690..d2b458351 100644 --- a/custom_components/localtuya/fan.py +++ b/custom_components/localtuya/fan.py @@ -120,7 +120,6 @@ async def async_turn_on( else: self.schedule_update_ha_state() - async def async_turn_off(self, **kwargs) -> None: """Turn off the entity.""" _LOGGER.debug("Fan async_turn_off")