From e2557a24a191970125417bd84fae8bd554788e27 Mon Sep 17 00:00:00 2001 From: JyothishGeorge Date: Sun, 15 Mar 2020 16:16:09 +0000 Subject: [PATCH 1/3] Update service.yml --- .templates/zigbee2mqtt/service.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.templates/zigbee2mqtt/service.yml b/.templates/zigbee2mqtt/service.yml index 9bcf16d6..6538a330 100644 --- a/.templates/zigbee2mqtt/service.yml +++ b/.templates/zigbee2mqtt/service.yml @@ -3,8 +3,12 @@ image: koenkk/zigbee2mqtt volumes: - ./volumes/zigbee2mqtt/data:/app/data + - /run/udev:/run/udev:ro devices: - /dev/ttyAMA0:/dev/ttyACM0 #- /dev/ttyACM0:/dev/ttyACM0 - restart: unless-stopped + restart: always network_mode: host + privileged: true + environment: + - TZ=Europe/Amsterdam From aecaa376b359e0c47b544d506f84a15166f70cb5 Mon Sep 17 00:00:00 2001 From: JyothishGeorge Date: Mon, 30 Mar 2020 22:28:16 +0100 Subject: [PATCH 2/3] url changed --- menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu.sh b/menu.sh index 6c11d62f..4ead728a 100755 --- a/menu.sh +++ b/menu.sh @@ -406,7 +406,7 @@ case $mainmenu_selection in "tinker" " " \ 3>&1 1>&2 2>&3) if [ -n "$hassio_machine" ]; then - curl -sL https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh | sudo bash -s -- -m $hassio_machine + curl -sL https://raw.githubusercontent.com/home-assistant/installer/master/installer.sh | sudo bash -s -- -m $hassio_machine else echo "no selection" exit From 262bca3b96e6b0ead40c655b8d234aff18f82d9e Mon Sep 17 00:00:00 2001 From: JyothishGeorge Date: Sat, 4 Apr 2020 22:43:17 +0100 Subject: [PATCH 3/3] Update menu.sh Updated the installer script url --- menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu.sh b/menu.sh index 4ead728a..f651383f 100755 --- a/menu.sh +++ b/menu.sh @@ -406,7 +406,7 @@ case $mainmenu_selection in "tinker" " " \ 3>&1 1>&2 2>&3) if [ -n "$hassio_machine" ]; then - curl -sL https://raw.githubusercontent.com/home-assistant/installer/master/installer.sh | sudo bash -s -- -m $hassio_machine + curl -sL https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh | sudo bash -s -- -m $hassio_machine else echo "no selection" exit