Fix optional instance parameter (#1397)

This commit is contained in:
Franck Nijhof
2020-06-11 13:13:47 +02:00
committed by GitHub
parent f3f8ac2b80
commit dc700dfb32
2 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 0.4.1
- Fix optional instance parameter
## 0.4.0
- Add OZW instance ID configuration option

View File

@@ -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"
}