From b748f0425cb4e7ac31bc60c0f21187dfba964eb3 Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 22 Dec 2021 20:48:46 +1030 Subject: [PATCH] Remove blank line --- custom_components/localtuya/fan.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_components/localtuya/fan.py b/custom_components/localtuya/fan.py index 39cd896..d2b4583 100644 --- a/custom_components/localtuya/fan.py +++ b/custom_components/localtuya/fan.py @@ -120,7 +120,6 @@ class LocaltuyaFan(LocalTuyaEntity, FanEntity): else: self.schedule_update_ha_state() - async def async_turn_off(self, **kwargs) -> None: """Turn off the entity.""" _LOGGER.debug("Fan async_turn_off")