diff --git a/example/Dockerfile b/example/Dockerfile index 560e091..9107376 100644 --- a/example/Dockerfile +++ b/example/Dockerfile @@ -9,10 +9,10 @@ RUN \ RUN chmod a+x /usr/bin/vhclient # Execute during the build of the image -ARG TEMPIO_VERSION BUILD_ARCH -RUN \ - curl -sSLf -o /usr/bin/tempio \ - "https://github.com/home-assistant/tempio/releases/download/${TEMPIO_VERSION}/tempio_${BUILD_ARCH}" +#ARG TEMPIO_VERSION BUILD_ARCH +#RUN \ +# curl -sSLf -o /usr/bin/tempio \ +# "https://github.com/home-assistant/tempio/releases/download/${TEMPIO_VERSION}/tempio_${BUILD_ARCH}" # Copy root filesystem COPY rootfs / diff --git a/example/config.yaml b/example/config.yaml index b085650..e345574 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -1,6 +1,6 @@ # https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config name: Example add-on -version: "1.2.7" +version: "1.2.8" slug: example description: Example add-on url: "https://github.com/home-assistant/addons-example/tree/main/example"