Skip to content

Commit

Permalink
Merge pull request danielwelch#487 from danielwelch/1.16.2.2
Browse files Browse the repository at this point in the history
Updated to 1.16.2.2
  • Loading branch information
ciotlosm authored Dec 3, 2020
2 parents f496626 + 189ccf2 commit 6126ead
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 1 addition & 2 deletions zigbee2mqtt-edge/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"passlist": [],
"queue": {},
"frontend": {
"host": "0.0.0.0",
"port": 8099
},
"experimental": {
Expand Down Expand Up @@ -159,7 +158,7 @@
"new_api": "bool?"
},
"frontend": {
"host": "string?",
"host": "str?",
"port": "int?"
},
"socat": {
Expand Down
3 changes: 3 additions & 0 deletions zigbee2mqtt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
5 changes: 2 additions & 3 deletions zigbee2mqtt/config.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -55,7 +55,6 @@
"passlist": [],
"queue": {},
"frontend": {
"host": "0.0.0.0",
"port": 8099
},
"experimental": {
Expand Down Expand Up @@ -159,7 +158,7 @@
"new_api": "bool?"
},
"frontend": {
"host": "string?",
"host": "str?",
"port": "int?"
},
"socat": {
Expand Down

0 comments on commit 6126ead

Please sign in to comment.