Skip to content

Commit

Permalink
Expose dbus
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Nov 4, 2023
1 parent ea048d2 commit 7edf28d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions addon_meterstoha/build.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base:14.1.0
amd64: ghcr.io/hassio-addons/base:14.1.0
# armhf: ghcr.io/hassio-addons/base:14.1.0
armv7: ghcr.io/hassio-addons/base:14.1.0
# i386: ghcr.io/hassio-addons/base:14.1.0
aarch64: ghcr.io/hassio-addons/base:14.3.1
amd64: ghcr.io/hassio-addons/base:14.3.1
# armhf: ghcr.io/hassio-addons/base:14.3.1
armv7: ghcr.io/hassio-addons/base:14.3.1
# i386: ghcr.io/hassio-addons/base:14.3.1
# codenotary:
# base_image: [email protected]
# signer: [email protected]
1 change: 1 addition & 0 deletions addon_meterstoha/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ map:
- config:rw
# codenotary: [email protected]
init: false
host_dbus: true
arch:
- aarch64
- amd64
Expand Down
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).014 #$(md5sum "${MYDIR}run.sh")"
echo "MetersToHA Container version: $(bashio::addon.version).015 #$(md5sum "${MYDIR}run.sh")"
git show -s --pretty=format:"MetersToHA Python GIT version: %h on %ad%n"
)

Expand Down
2 changes: 1 addition & 1 deletion addon_meterstoha/sendToDemo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# 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 ha-demo:/addons/haos-addon/
scp -rp ./run.sh translations config.yaml build.yaml ha-demo:/addons/haos-addon/
#scp -rp Dockerfile ./run.sh translations config.yaml ha-demo:/addons/haos-addon/

0 comments on commit 7edf28d

Please sign in to comment.