We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7063733 commit 806ef64Copy full SHA for 806ef64
homeassistant/components/melcloud/climate.py
@@ -282,9 +282,9 @@ async def async_set_swing_mode(self, swing_mode: str) -> None:
282
"""Set vertical vane position or mode."""
283
await self.async_set_vane_vertical(swing_mode)
284
285
- async def async_set_swing_horizontal_mode(self, swing_mode: str) -> None:
+ async def async_set_swing_horizontal_mode(self, swing_horizontal_mode: str) -> None:
286
287
- await self.async_set_vane_horizontal(swing_mode)
+ await self.async_set_vane_horizontal(swing_horizontal_mode)
288
289
@property
290
def swing_modes(self) -> list[str] | None:
0 commit comments