Skip to content

Commit

Permalink
Fixed setting up/down swing mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sockless-coding committed May 27, 2020
1 parent b907ad1 commit cac83f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/panasonic_cc/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def swing_mode(self):

async def async_set_swing_mode(self, swing_mode):
"""Set new target temperature."""
await self.set_swing_mode(swing_mode)
await self._api.set_swing_mode(swing_mode)

@property
def swing_modes(self):
Expand Down

0 comments on commit cac83f8

Please sign in to comment.