egguy / grott-home-assistant-add-on

Grott Home Assistant add-on - Native MQTT plugin
33 stars 11 forks source link

Cannot install add-on #7

Closed ErikT80 closed 1 year ago

ErikT80 commented 1 year ago

When trying to install the add-on I get the following message:

The command '/bin/ash -o pipefail -c curl -Lk 'https://github.com/johanmeijer/grott/archive/refs/heads/2.7-(Beta).zip' --output files.zip && unzip -o files.zip && rm files.zip && mv grott-/.py ./' returned a non-zero code: 1

Is it because of the newest grott version?

egguy commented 1 year ago

Hi, Thanks for the information. I've updated the dockerbuild.

I'm currently adding the support for building images and tests to prevent this problem.