Skip to content

Commit

Permalink
- fixed copy/paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
simbaja committed Aug 2, 2023
1 parent 102c7d9 commit 7df803f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ async def async_set_mode(self, mode: str) -> None:
_LOGGER.debug(f"Setting mode from {self.mode} to {mode}")

new_state = self._mode_converter.from_option_string(mode)
await self.appliance.async_set_erd_value(self.erd_code, new_state)
await self.appliance.async_set_erd_value(ErdCode.AC_FAN_SETTING, new_state)

0 comments on commit 7df803f

Please sign in to comment.