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 63b21fd commit 5cf5be8Copy full SHA for 5cf5be8
homeassistant/components/renson/fan.py
@@ -196,7 +196,7 @@ async def async_set_percentage(self, percentage: int) -> None:
196
all_data = self.coordinator.data
197
breeze_temp = self.api.get_field_value(all_data, BREEZE_TEMPERATURE_FIELD)
198
await self.hass.async_add_executor_job(
199
- self.api.set_breeze, cmd.name, breeze_temp, True
+ self.api.set_breeze, cmd, breeze_temp, True
200
)
201
else:
202
await self.hass.async_add_executor_job(self.api.set_manual_level, cmd)
0 commit comments