From c9b5649ce222489bfea420a0ed99d36da050d11b Mon Sep 17 00:00:00 2001 From: Roman Lumetsberger Date: Tue, 23 Aug 2022 13:01:49 +0200 Subject: [PATCH] upgrade zigbee2mqtt to 1.27.0 --- postroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postroot.sh b/postroot.sh index 4c0ba86..d618484 100755 --- a/postroot.sh +++ b/postroot.sh @@ -69,7 +69,7 @@ if [ -e /opt/zigbee2mqtt ]; then rm -f -r /opt/zigbee2mqtt fi -git clone --branch 1.25.1 --depth 1 https://github.com/Koenkk/zigbee2mqtt.git /opt/zigbee2mqtt +git clone --branch 1.27.0 --depth 1 https://github.com/Koenkk/zigbee2mqtt.git /opt/zigbee2mqtt cd /opt/zigbee2mqtt