Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Dim145 committed Jul 6, 2024
1 parent 10235c6 commit ff2e5cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions addon/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=dim145/hariane2mqtt:latest
ARG BUILD_FROM=dim145/hariane2mqtt:0.2.3

FROM ${BUILD_FROM} AS base

Expand All @@ -18,6 +18,6 @@ CMD ["/entrypoint.sh"]
############

LABEL \
io.hass.version="0.2.3" \
io.hass.version="0.2.4" \
io.hass.type="addon" \
io.hass.arch="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.2.3
version: 0.2.4
slug: "hariane_2_mqtt"
url: https://github.com/Dim145/Hariane2Mqtt
init: true
Expand Down

0 comments on commit ff2e5cf

Please sign in to comment.