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": {