Skip to content

Commit a1ad734

Browse files
committed
Release 0.21.0
Run prettier Add option to deactivate probing and specify stick manually (#308) Remove src/manifest.json
1 parent fdbd339 commit a1ad734

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

manifest.json

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@
2626
},
2727
"schema": {
2828
"type": "object",
29-
"required": ["scanChannels", "allowFTDISerial"],
29+
"required": [
30+
"scanChannels",
31+
"allowFTDISerial"
32+
],
3033
"properties": {
3134
"scanChannels": {
3235
"type": "integer",
@@ -59,11 +62,18 @@
5962
"items": {
6063
"type": "object",
6164
"title": "ZigBee Stick",
62-
"required": ["type", "port"],
65+
"required": [
66+
"type",
67+
"port"
68+
],
6369
"properties": {
6470
"type": {
6571
"type": "string",
66-
"enum": ["xbee", "conbee", "zstack"]
72+
"enum": [
73+
"xbee",
74+
"conbee",
75+
"zstack"
76+
]
6777
},
6878
"port": {
6979
"type": "string"
@@ -85,7 +95,9 @@
8595
"items": {
8696
"title": "Zigbee2MQTT adapter",
8797
"type": "object",
88-
"required": ["host"],
98+
"required": [
99+
"host"
100+
],
89101
"properties": {
90102
"host": {
91103
"type": "string",
@@ -108,5 +120,5 @@
108120
}
109121
},
110122
"short_name": "Zigbee",
111-
"version": "0.20.0"
123+
"version": "0.21.0"
112124
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zigbee-adapter",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"description": "Zigbee device support, via USB dongle or external Zigbee2MQTT instance.",
55
"author": "WebThingsIO",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)