From 12af66992801edd5c20a66416f346da1b62717ec Mon Sep 17 00:00:00 2001 From: foxy82 Date: Tue, 26 May 2020 16:32:44 +0100 Subject: [PATCH] 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 --- zwave/CHANGELOG.md | 6 ++++++ zwave/config.json | 11 +++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/zwave/CHANGELOG.md b/zwave/CHANGELOG.md index 6691bb3..0e28ed8 100644 --- a/zwave/CHANGELOG.md +++ b/zwave/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.3.0 + +- Add port to allow ozw-admin to connect +- Enable discovery again +- Set network key default to empty + ## 0.2.1 - Disable discovery for 0.110.0 diff --git a/zwave/config.json b/zwave/config.json index 4922aae..2705cc0 100644 --- a/zwave/config.json +++ b/zwave/config.json @@ -1,6 +1,6 @@ { "name": "OpenZwave", - "version": "0.2.1", + "version": "0.3.0", "slug": "zwave", "description": "Control a ZWave network with Home Assistant", "arch": ["amd64", "i386", "armhf", "armv7", "aarch64"], @@ -10,7 +10,14 @@ "init": false, "stage": "experimental", "homeassistant": "0.110.0.dev", + "ports": { + "1983/tcp": null + }, + "ports_description": { + "1983/tcp": "ozw-admin port" + }, "services": ["mqtt:want"], + "discovery": ["ozw"], "auto_uart": true, "gpio": true, "apparmor": false, @@ -18,7 +25,7 @@ "devices": ["/dev/bus/usb:/dev/bus/usb:rwm", "/dev/mem:/dev/mem:rw"], "options": { "device": null, - "network_key": null + "network_key": "" }, "schema": { "device": "str",