remove blank line
This commit is contained in:
@@ -111,7 +111,6 @@ class LocaltuyaFan(LocalTuyaEntity, FanEntity):
|
|||||||
preset_mode: str = None,
|
preset_mode: str = None,
|
||||||
**kwargs,
|
**kwargs,
|
||||||
) -> None:
|
) -> None:
|
||||||
|
|
||||||
"""Turn on the entity."""
|
"""Turn on the entity."""
|
||||||
_LOGGER.debug("Fan async_turn_on")
|
_LOGGER.debug("Fan async_turn_on")
|
||||||
await self._device.set_dp(True, self._dp_id)
|
await self._device.set_dp(True, self._dp_id)
|
||||||
|
Reference in New Issue
Block a user