-
-
Notifications
You must be signed in to change notification settings - Fork 251
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 - IKEA long press actions not working because of oversized string values #313
Comments
FYI, for reference also see this related ZHA issue discussion for Home Assistant core -> home-assistant/core#69375 |
Hi, there is an easy fix for this problem, just increase the helper size to 500. There shouldn't be any side effects of this change. Regards, Luis Sismeiro |
I'd like to kindly ask for your feedback about our work here. If you have time, please answer the poll in the above discussion. This will help shaping the future of Awesome HA Blueprints. 🚀 Thank you! |
Blueprint name
E1743 & E1812 possibly more, these are the only ones I use
Home Assistant Core Version
2022.4.3
Home Assistant Installation Type
Home Assistant Supervised
Description
Automations are no longer working for long press events. I can see the automation being triggered via the timestamp updating, but nothing is happening. In the logs I get the following error messages:
Which are apparently too long and therefore discarded, causing the automation to no longer work. Short press actions are still working fine.
Automation YAML config
To Reproduce
Expected behavior
Long press button events are working as they did previously.
Actual Behaviour
Long press button events are not working at all.
Additional Details
Screenshots
Additional context
No response
The text was updated successfully, but these errors were encountered: