We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using the following configuration of HomeAssistant
Core 2024.8.2 Supervisor 2024.08.0 Operating System 13.0 Frontend 20240809.0
The problem is that after the integration is added, installation process from addons store does not work. The error is:
The command '/bin/ash -o pipefail -c apk update && apk upgrade && apk add --no-cache python3 py3-pip py3-setuptools git && pip3 install --upgrade pip --no-cache-dir paho-mqtt requests' returned a non-zero code: 3
The manual installation fails on the step 1., because the URL is not found
https://github.com/rroller/dahua/archive/dahua-main.zip
The text was updated successfully, but these errors were encountered:
You can use the url https://github.com/rroller/dahua/archive/refs/heads/main.zip from github.....probably. I've downloaded, unzipped and moved the folder over for my docker install but the integration is not found after reboots.
Sorry, something went wrong.
No branches or pull requests
I am using the following configuration of HomeAssistant
Core 2024.8.2
Supervisor 2024.08.0
Operating System 13.0
Frontend 20240809.0
The problem is that after the integration is added, installation process from addons store does not work.
The error is:
The command '/bin/ash -o pipefail -c apk update && apk upgrade && apk add --no-cache python3 py3-pip py3-setuptools git && pip3 install --upgrade pip --no-cache-dir paho-mqtt requests' returned a non-zero code: 3
The manual installation fails on the step 1., because the URL is not found
https://github.com/rroller/dahua/archive/dahua-main.zip
The text was updated successfully, but these errors were encountered: