Skip to content

Commit

Permalink
Merge pull request #504 from kind3r/master
Browse files Browse the repository at this point in the history
New configuration option advanced/adapter_delay and adapter: zigate, fixes #499, #498
  • Loading branch information
ciotlosm authored Jan 4, 2021
2 parents 8a6aa58 + 1fae388 commit 59f3446
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 @@ -100,7 +100,7 @@
"serial": {
"port": "str",
"disable_led": "bool?",
"adapter": "match(^zstack|deconz$)?"
"adapter": "match(^zstack|deconz|zigate$)?"
},
"blocklist": [
"str?"
Expand All @@ -124,6 +124,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.1
- New configuration options
- `advanced`
- `adapter_delay`
- `serial`
- `adapter: zigate`

## 1.17.0
- Updated Zigbee2mqtt to version [`1.17.0`](https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.17.0)

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.17.0",
"version": "1.17.0.1",
"slug": "zigbee2mqtt",
"description": "Zigbee to MQTT Bridge",
"auto_uart": true,
Expand Down Expand Up @@ -100,7 +100,7 @@
"serial": {
"port": "str",
"disable_led": "bool?",
"adapter": "match(^zstack|deconz$)?"
"adapter": "match(^zstack|deconz|zigate$)?"
},
"blocklist": [
"str?"
Expand All @@ -124,6 +124,7 @@
"rtscts": "bool?",
"soft_reset_timeout": "int?",
"adapter_concurrent": "int?",
"adapter_delay": "int?",
"network_key": [
"int?"
],
Expand Down

0 comments on commit 59f3446

Please sign in to comment.