mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-23 13:54:26 +01:00
OpenZWave 0.5.2 (#1489)
* OpenZWave 0.5.2 * Fix typo in code comment * LTW -> LWT * Convert mosquitto.conf dos2unix * Add additional MQTT bridge settings * Change client name to match add-on slug * Extract MQTT logic into a helper * Disable shellcheck SC1091
This commit is contained in:
@@ -1,15 +1,9 @@
|
||||
{
|
||||
"name": "OpenZWave",
|
||||
"version": "0.5.1",
|
||||
"version": "0.5.2",
|
||||
"slug": "zwave",
|
||||
"description": "Control a ZWave network with Home Assistant",
|
||||
"arch": [
|
||||
"amd64",
|
||||
"i386",
|
||||
"armhf",
|
||||
"armv7",
|
||||
"aarch64"
|
||||
],
|
||||
"arch": ["amd64", "i386", "armhf", "armv7", "aarch64"],
|
||||
"url": "https://github.com/home-assistant/hassio-addons/tree/master/zwave",
|
||||
"ingress": true,
|
||||
"ingress_entry": "vnc_lite.html",
|
||||
@@ -28,22 +22,13 @@
|
||||
"1983/tcp": "ozw-admin port",
|
||||
"5900/tcp": "VNC port"
|
||||
},
|
||||
"services": [
|
||||
"mqtt:want"
|
||||
],
|
||||
"discovery": [
|
||||
"ozw"
|
||||
],
|
||||
"services": ["mqtt:want"],
|
||||
"discovery": ["ozw"],
|
||||
"auto_uart": true,
|
||||
"gpio": true,
|
||||
"apparmor": false,
|
||||
"privileged": [
|
||||
"SYS_RAWIO"
|
||||
],
|
||||
"devices": [
|
||||
"/dev/bus/usb:/dev/bus/usb:rwm",
|
||||
"/dev/mem:/dev/mem:rw"
|
||||
],
|
||||
"privileged": ["SYS_RAWIO"],
|
||||
"devices": ["/dev/bus/usb:/dev/bus/usb:rwm", "/dev/mem:/dev/mem:rw"],
|
||||
"options": {
|
||||
"device": null,
|
||||
"network_key": ""
|
||||
@@ -54,4 +39,4 @@
|
||||
"instance": "int(1,)?"
|
||||
},
|
||||
"image": "homeassistant/{arch}-addon-zwave"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user