Skip to content

Commit

Permalink
Bump to 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ciotlosm committed Jan 4, 2021
1 parent a07840d commit 60aaada
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion zigbee2mqtt-edge/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"serial": {
"port": "str",
"disable_led": "bool?",
"adapter": "match(^zstack|deconz$)?"
"adapter": "match(^zstack|deconz|zigate$)?"
},
"blocklist": [
"str?"
Expand All @@ -121,6 +121,7 @@
"rtscts": "bool?",
"soft_reset_timeout": "int?",
"adapter_concurrent": "int?",
"adapter_delay": "int?",
"network_key": [
"int?"
],
Expand Down
7 changes: 7 additions & 0 deletions zigbee2mqtt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.17.0
- Updated Zigbee2mqtt to version [`1.17.0`](/~https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.17.0)
- New configuration options
- `advanced`
- `adapter_delay`
- `serial`
- `adapter: zigate`
## 1.16.2
- Updated Zigbee2mqtt to version [`1.16.2`](/~https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.16.2)
- New configuration options
Expand Down
5 changes: 3 additions & 2 deletions zigbee2mqtt/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Zigbee2mqtt",
"version": "1.16.2",
"version": "1.17.0",
"slug": "zigbee2mqtt",
"description": "Zigbee2mqtt add-on",
"auto_uart": true,
Expand Down Expand Up @@ -97,7 +97,7 @@
"serial": {
"port": "str",
"disable_led": "bool?",
"adapter": "match(^zstack|deconz$)?"
"adapter": "match(^zstack|deconz|zigate$)?"
},
"blocklist": [
"str?"
Expand All @@ -121,6 +121,7 @@
"rtscts": "bool?",
"soft_reset_timeout": "int?",
"adapter_concurrent": "int?",
"adapter_delay": "int?",
"network_key": [
"int?"
],
Expand Down

0 comments on commit 60aaada

Please sign in to comment.