Open Sab44 opened 2 years ago
@Sab44 : please see #312 and #314 which might be of help.
FYI, for reference also see this related ZHA issue discussion for Home Assistant core -> https://github.com/home-assistant/core/issues/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
@EPMatt I'm going to close this issue as is looks like it will be fixed as part of #314.
⚠️ Important announcement about the project: #371 ⚠️
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!
Hi @Sab44,
I'm reopening the issue and linking it to #314, so we can keep track of its status once we merge the PR in main
.
Thank you for your patience! Looking forward to solve this major issue with a few controller blueprints - hopefully in the next few days. :)
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