Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
c503ghosh committed Aug 28, 2024
1 parent e524908 commit 807f413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/dirigera_platform/fan.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ async def async_set_preset_mode(self, preset_mode: str):
return

logger.debug("set_preset_mode equated to : {}".format(mode_to_set.value))
await self._hass.async_add_executor_job(self.set_fan_mode, mode_to_set)
await self._hass.async_add_executor_job(self.async_set_fan_mode, mode_to_set)

async def async_turn_on(self, percentage=None, preset_mode=None) -> None:
logger.debug(
Expand Down

0 comments on commit 807f413

Please sign in to comment.