-
Notifications
You must be signed in to change notification settings - Fork 21
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
RuntimeError: Failed to add edge detection after update to HomeAssistantOS 12.3 #69
Comments
The edge detection was added to allow button double click support. |
@ChrisHaPunkt any updates? |
home-assistant/operating-system#3353 there is an alternative package for GPIO communication (https://github.com/waveform80/rpi-lgpio), but I think I'll remove the button support for now and wait for ha-rpi_gpio issue to be solved first (we can't have both old and new libraries installed at the same time) |
@Misiu, I have an rpi 4 and commented the line you referenced and the integration loaded. Thanks also for the references to the underlying issues. |
@Misiu same for me. Commented out line 71 and integration loaded. RPI 4 |
This is an issue with the latest version of HAOS. Commenting the line is a workaround for now, I'll wait a bit more for a proper working solution with GPIO and then I'll fix the code |
Version of the custom_component
0.0.5
Configuration
... argon40: ...
Describe the bug
After updating to HomeAssistant OS 12.3 the integration fails to load.
Debug log
The text was updated successfully, but these errors were encountered: