remove blank line

This commit is contained in:
Tim
2021-12-22 11:35:04 +10:30
parent 88a5a73d4c
commit e1ac7deace

View File

@@ -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)