-
Notifications
You must be signed in to change notification settings - Fork 7
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
Upgrade does not work #12
Comments
Hi, |
So I run Home Assistant (HA) in a Docker container. I have created what they call a "custom integration" which is a piece of Python code to integrate new devices or services with HA. The confusing part is that if usbhid has always been a requirement, I can't see why it worked before and no longer does. I am building the integration as it would be ideal to show server status and a lot of users could benefit from it. |
Hmmm. Okay it sounds like the Python What platform are you on (Mac/Linux/Windows), what architecture (x86, x64, Arm,etc), and what version of Python are you using? I'll see if I can recreate what you're seeing here and try to find a solution, maybe bug the |
I am running Home Assistant on Docker in a Synology NAS. Let me know if this helps. |
Dang I don't have a Synology. Can you get a shell to it and run I'm looking at the Python If you do |
I can't install the latest version of the package because it requires hidapi, which requires gcc. This is not included in Home Assistant, a platform I am creating an integration for which could serve a large audience.
Is there a workaround for this problem?
The text was updated successfully, but these errors were encountered: