Skip to content

Commit

Permalink
Fix optional instance parameter (home-assistant#1397)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jun 11, 2020
1 parent f3f8ac2 commit dc700df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions zwave/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.4.1

- Fix optional instance parameter

## 0.4.0

- Add OZW instance ID configuration option
Expand Down
4 changes: 2 additions & 2 deletions zwave/config.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down Expand Up @@ -36,7 +36,7 @@
"schema": {
"device": "str",
"network_key": "password",
"instance": "int(1,)"
"instance": "int(1,)?"
},
"image": "homeassistant/{arch}-addon-zwave"
}

0 comments on commit dc700df

Please sign in to comment.