From dc700dfb32f0fa1b6b9a27f68bf25b8b7f011ce1 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 11 Jun 2020 13:13:47 +0200 Subject: [PATCH] Fix optional instance parameter (#1397) --- zwave/CHANGELOG.md | 4 ++++ zwave/config.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/zwave/CHANGELOG.md b/zwave/CHANGELOG.md index 503aa61..145b95c 100644 --- a/zwave/CHANGELOG.md +++ b/zwave/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.4.1 + +- Fix optional instance parameter + ## 0.4.0 - Add OZW instance ID configuration option diff --git a/zwave/config.json b/zwave/config.json index d30d298..58879fa 100644 --- a/zwave/config.json +++ b/zwave/config.json @@ -1,6 +1,6 @@ { "name": "OpenZWave", - "version": "0.4.0", + "version": "0.4.1", "slug": "zwave", "description": "Control a ZWave network with Home Assistant", "arch": ["amd64", "i386", "armhf", "armv7", "aarch64"], @@ -36,7 +36,7 @@ "schema": { "device": "str", "network_key": "password", - "instance": "int(1,)" + "instance": "int(1,)?" }, "image": "homeassistant/{arch}-addon-zwave" }