Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ciotlosm committed Feb 11, 2021
1 parent 80928f8 commit 4772ba5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
12 changes: 5 additions & 7 deletions zigbee2mqtt-edge/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@
"frontend": {
"port": 8099
},
"experimental": {
"new_api": true
},
"experimental": {},
"socat": {
"enabled": false,
"master": "pty,raw,echo=0,link=/dev/ttyZ2M,mode=777",
Expand Down Expand Up @@ -138,7 +136,9 @@
"report": "bool?",
"homeassistant_discovery_topic": "str?",
"homeassistant_status_topic": "str?",
"homeassistant_legacy_triggers": "bool?"
"homeassistant_legacy_triggers": "bool?",
"ikea_ota_use_test_url": "bool?",
"legacy_api": "bool?"
},
"device_options": {
"occupancy_timeout": "int?",
Expand All @@ -151,9 +151,7 @@
"simultaneously": "int?"
},
"experimental": {
"transmit_power": "int?",
"output": "str?",
"new_api": "bool?"
"output": "str?"
},
"frontend": {
"host": "str?",
Expand Down
6 changes: 6 additions & 0 deletions zigbee2mqtt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.17.1-1
- Removed `new_api` option as it's now default
- Removed `transmit_power` from `experimental`
- Added support for `legacy_api` option under `advanced`
- Added support for `ikea_ota_use_test_url` option under `advanced`

## 1.17.1
- Updated Zigbee2mqtt to version [`1.17.1`](https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.17.1)
- Updated `"auto_uart": true` to use `"uart": true` instead
Expand Down
14 changes: 6 additions & 8 deletions zigbee2mqtt/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Zigbee2mqtt",
"version": "1.17.1",
"version": "1.17.1-1",
"slug": "zigbee2mqtt",
"description": "Zigbee2mqtt add-on",
"uart": true,
Expand Down Expand Up @@ -57,9 +57,7 @@
"frontend": {
"port": 8099
},
"experimental": {
"new_api": true
},
"experimental": {},
"socat": {
"enabled": false,
"master": "pty,raw,echo=0,link=/dev/ttyZ2M,mode=777",
Expand Down Expand Up @@ -138,7 +136,9 @@
"report": "bool?",
"homeassistant_discovery_topic": "str?",
"homeassistant_status_topic": "str?",
"homeassistant_legacy_triggers": "bool?"
"homeassistant_legacy_triggers": "bool?",
"ikea_ota_use_test_url": "bool?",
"legacy_api": "bool?"
},
"device_options": {
"occupancy_timeout": "int?",
Expand All @@ -151,9 +151,7 @@
"simultaneously": "int?"
},
"experimental": {
"transmit_power": "int?",
"output": "str?",
"new_api": "bool?"
"output": "str?"
},
"frontend": {
"host": "str?",
Expand Down

0 comments on commit 4772ba5

Please sign in to comment.