Update config.json (#1357)

* Update config.json

Open ozw-admin port

* Update CHANGELOG.md

Update change log.

* Update config.json

Bump version

* Update config.json

* Update config.json

Fix accidental commit to wrong branch

* Empty network key

Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
foxy82
2020-05-26 16:32:44 +01:00
committed by GitHub
parent 29eb3f9b6b
commit 12af669928
2 changed files with 15 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Changelog # Changelog
## 0.3.0
- Add port to allow ozw-admin to connect
- Enable discovery again
- Set network key default to empty
## 0.2.1 ## 0.2.1
- Disable discovery for 0.110.0 - Disable discovery for 0.110.0

View File

@@ -1,6 +1,6 @@
{ {
"name": "OpenZwave", "name": "OpenZwave",
"version": "0.2.1", "version": "0.3.0",
"slug": "zwave", "slug": "zwave",
"description": "Control a ZWave network with Home Assistant", "description": "Control a ZWave network with Home Assistant",
"arch": ["amd64", "i386", "armhf", "armv7", "aarch64"], "arch": ["amd64", "i386", "armhf", "armv7", "aarch64"],
@@ -10,7 +10,14 @@
"init": false, "init": false,
"stage": "experimental", "stage": "experimental",
"homeassistant": "0.110.0.dev", "homeassistant": "0.110.0.dev",
"ports": {
"1983/tcp": null
},
"ports_description": {
"1983/tcp": "ozw-admin port"
},
"services": ["mqtt:want"], "services": ["mqtt:want"],
"discovery": ["ozw"],
"auto_uart": true, "auto_uart": true,
"gpio": true, "gpio": true,
"apparmor": false, "apparmor": false,
@@ -18,7 +25,7 @@
"devices": ["/dev/bus/usb:/dev/bus/usb:rwm", "/dev/mem:/dev/mem:rw"], "devices": ["/dev/bus/usb:/dev/bus/usb:rwm", "/dev/mem:/dev/mem:rw"],
"options": { "options": {
"device": null, "device": null,
"network_key": null "network_key": ""
}, },
"schema": { "schema": {
"device": "str", "device": "str",