-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Error when setting horizontal swing modes #372
Comments
It seems like it's trying to set the value based on the translated text instead of the underlying value. Might be an issue in 2025.1.4, I don't get the error when trying the dedicated horizontal select. |
I'm on HA 2025.2.4 now and still receiving the same error message: Logger: homeassistant.components.automation.open_window_ac_bedroom_off Open window AC Bedroom off: Error executing script. Unexpected error for call_service at pos 1: 5 is not a valid AirSwingAutoMode |
Checklist
What version of Home Assistant Core?
2025.1.4
Describe the issue
When I try to set horizontal swing modes I receive the following error message:
[281472164596608] Horizontal swing mode is not valid. Valid horizontal swing modes are: Auto, Left, LeftMid, Mid, RightMid, Right
When trying to set CenterLeft:
ValueError: 5 is not a valid AirSwingAutoMode
When trying to set CenterRight:
ValueError: 4 is not a valid AirSwingAutoMode
Error/Debug Logs
The text was updated successfully, but these errors were encountered: