Skip to content

Commit

Permalink
fix add cmd entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dim145 committed May 29, 2024
1 parent 208bd9e commit 6fe29e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion addon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ RUN chmod +x /addon_entrypoint.sh
VOLUME /data

ENTRYPOINT ["/addon_entrypoint.sh"]
CMD ["/entrypoint.sh"]

############
# 5 Labels #
############

LABEL \
io.hass.version="0.1.0" \
io.hass.version="0.1.1" \
io.hass.type="addon" \
io.hass.arch="armv7|amd64|arm64"
2 changes: 1 addition & 1 deletion addon/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Hariane 2 MQTT"
description: "Extracts Hariane water data into MQTT a.o."
version: 0.1.0
version: 0.1.1
slug: "hariane_2_mqtt"
url: https://github.com/Dim145/Hariane2Mqtt
init: true
Expand Down

0 comments on commit 6fe29e6

Please sign in to comment.