Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: BlueAirFan.async_turn_on() number of positional arguments #70

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

dp138504
Copy link
Contributor

I was setting up this integration tonight and was running into an issue turning my Classic 605 and Classic 205 devices on with the Home Assistant Service Fan: Turn On function available on a custom card.

Looking at closed issues, my issue was basically identical to #52. Reading through the discussion, I saw @dahlb's fix in 63db8fc. I replicated this for the BlueairFan class with some limitations. Looking through the the blueair_api source for non-AWS devices, it doesn't look like BlueAir returns a running boolean (granted I haven't poked their API manually), so I just chose the lowest available speed initially for a "toggle" action.

@dahlb
Copy link
Owner

dahlb commented Jan 19, 2024

looks good, thanks

@dahlb dahlb merged commit 30745b1 into dahlb:main Jan 19, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants