Skip to content

Commit

Permalink
Increase run version to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Jan 8, 2024
1 parent 9687deb commit 4eb9df9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon_meterstoha/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ git clone --depth=1 "https://github.com/mdeweerd/MetersToHA.git" --no-checkout M
# shellcheck disable=SC2086,SC2090
git checkout $GIT_VERSION_STR

echo "MetersToHA Container version: $(bashio::addon.version).016 #$(md5sum "${MYDIR}run.sh")"
echo "MetersToHA Container version: $(bashio::addon.version).017 #$(md5sum "${MYDIR}run.sh")"
git show -s --pretty=format:"MetersToHA Python GIT version: %h on %ad%n"
)

Expand Down
3 changes: 2 additions & 1 deletion addon_meterstoha/sendToDemo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
# Private script to synchronize the development with
# "demo" HA server configured in .ssh/config as ha-demo.
#scp -rp ./* ha-demo:/addons/haos-addon/
scp -rp ./run.sh translations config.yaml build.yaml ha-demo:/addons/haos-addon/
scp -rp ./run.sh Dockerfile translations config.yaml build.yaml ha-demo:/addons/haos-addon/
scp -rp ./rootfs/* ha-demo:/addons/haos-addon/rootfs/
#scp -rp Dockerfile ./run.sh translations config.yaml ha-demo:/addons/haos-addon/

0 comments on commit 4eb9df9

Please sign in to comment.