Update code

This commit is contained in:
Pascal Vizeli
2020-05-19 22:18:14 +02:00
parent 43b258557a
commit 72b5f2e96e
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## 0.2.1
- Disable discovery for 0.110.0
## 0.2.0 ## 0.2.0
- Update OZW / QTOZW - Update OZW / QTOZW

View File

@@ -1,6 +1,6 @@
{ {
"name": "OpenZwave", "name": "OpenZwave",
"version": "0.2.0", "version": "0.2.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"],
@@ -11,7 +11,6 @@
"stage": "experimental", "stage": "experimental",
"homeassistant": "0.110.0.dev", "homeassistant": "0.110.0.dev",
"services": ["mqtt:want"], "services": ["mqtt:want"],
"discovery": ["ozw"],
"auto_uart": true, "auto_uart": true,
"gpio": true, "gpio": true,
"apparmor": false, "apparmor": false,