-
Notifications
You must be signed in to change notification settings - Fork 23
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
Bug: Fan service "turn on" not working with preset & percentage set #66
Comments
I am not sure what has changed in HA. I'm making a PR for adding some functionality to the controls of the air purifiers and will add some handling for incorrect percentage values to async_turn_on as well. |
* Support toggling Ionizer, UILight and SafetyLock * Add Swedish translation * Small fix for translations * Handle incorrect fan speed percentage ( hopefully fixing JohNan#66) Tested on A9/AX9
* Support toggling Ionizer, UILight and SafetyLock * Add Swedish translation * Small fix for translations * Handle incorrect fan speed percentage ( hopefully fixing #66) Tested on A9/AX9
All good now @MattFromGer? If not, reopen the issue. |
Unfortunately it's not fixed. New error is Edit: Maybe this PR in HA is causing the conflicts? |
@JohNan can you reopen the issue please? I don't have permissions to do so |
Since HA 2023.12 (or even 2023.11) there have been some changes in HA which prevent the fan "Turn On" service from working with a preset or percentage value.
How to reproduce:
Call the service with preset value set:
Or like this:
It will produce the following error:
In previous HA versions this was working fine!
The text was updated successfully, but these errors were encountered: