This commit is contained in:
Hans Karlinius
2024-11-13 03:34:33 +01:00
parent 0be08f6008
commit 39f8808358
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -7,7 +7,6 @@ RUN \
curl -sSLf -o /usr/bin/vhclient \
"https://www.virtualhere.com/sites/default/files/usbclient/vhclientx86_64"
RUN chmod a+x /usr/bin/vhclient
RUN touch /usr/bin/gurka
# Execute during the build of the image
ARG TEMPIO_VERSION BUILD_ARCH
+1 -1
View File
@@ -1,6 +1,6 @@
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
name: Example add-on
version: "1.2.0"
version: "1.2.1"
slug: example
description: Example add-on
url: "https://github.com/home-assistant/addons-example/tree/main/example"