mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 13:44:20 +01:00
Fix optional instance parameter (#1397)
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.4.1
|
||||||
|
|
||||||
|
- Fix optional instance parameter
|
||||||
|
|
||||||
## 0.4.0
|
## 0.4.0
|
||||||
|
|
||||||
- Add OZW instance ID configuration option
|
- Add OZW instance ID configuration option
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "OpenZWave",
|
"name": "OpenZWave",
|
||||||
"version": "0.4.0",
|
"version": "0.4.1",
|
||||||
"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"],
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
"schema": {
|
"schema": {
|
||||||
"device": "str",
|
"device": "str",
|
||||||
"network_key": "password",
|
"network_key": "password",
|
||||||
"instance": "int(1,)"
|
"instance": "int(1,)?"
|
||||||
},
|
},
|
||||||
"image": "homeassistant/{arch}-addon-zwave"
|
"image": "homeassistant/{arch}-addon-zwave"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user