mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 05:34:20 +01:00
Fix optional instance parameter (#1397)
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 0.4.1
|
||||
|
||||
- Fix optional instance parameter
|
||||
|
||||
## 0.4.0
|
||||
|
||||
- Add OZW instance ID configuration option
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user