From 189ccf20f2f2a537a84181c9b7e0fec15901c8b8 Mon Sep 17 00:00:00 2001 From: Marius Ciotlos Date: Thu, 3 Dec 2020 13:50:56 +0200 Subject: [PATCH] Updated to 1.16.2.2 --- zigbee2mqtt-edge/config.json | 3 +-- zigbee2mqtt/CHANGELOG.md | 3 +++ zigbee2mqtt/config.json | 5 ++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/zigbee2mqtt-edge/config.json b/zigbee2mqtt-edge/config.json index 9ed6f43..cf8cece 100644 --- a/zigbee2mqtt-edge/config.json +++ b/zigbee2mqtt-edge/config.json @@ -56,7 +56,6 @@ "passlist": [], "queue": {}, "frontend": { - "host": "0.0.0.0", "port": 8099 }, "experimental": { @@ -159,7 +158,7 @@ "new_api": "bool?" }, "frontend": { - "host": "string?", + "host": "str?", "port": "int?" }, "socat": { diff --git a/zigbee2mqtt/CHANGELOG.md b/zigbee2mqtt/CHANGELOG.md index ca2c7d5..a56c044 100644 --- a/zigbee2mqtt/CHANGELOG.md +++ b/zigbee2mqtt/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.16.2.2 +- Fixes new installations errors (was not due to default but due to type error) + ## 1.16.2.1 - Fixes new installations errors (#482 and #483) diff --git a/zigbee2mqtt/config.json b/zigbee2mqtt/config.json index c649aea..6597600 100644 --- a/zigbee2mqtt/config.json +++ b/zigbee2mqtt/config.json @@ -1,6 +1,6 @@ { "name": "Zigbee2mqtt", - "version": "1.16.2.1", + "version": "1.16.2.2", "slug": "zigbee2mqtt", "description": "Zigbee to MQTT Bridge", "auto_uart": true, @@ -55,7 +55,6 @@ "passlist": [], "queue": {}, "frontend": { - "host": "0.0.0.0", "port": 8099 }, "experimental": { @@ -159,7 +158,7 @@ "new_api": "bool?" }, "frontend": { - "host": "string?", + "host": "str?", "port": "int?" }, "socat": {