mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-31 18:55:32 +01:00
30 lines
790 B
JSON
30 lines
790 B
JSON
{
|
|
"name": "OpenZwave",
|
|
"version": "0.1.0",
|
|
"slug": "zwave",
|
|
"description": "Control a ZWave network with Home Assistant",
|
|
"arch": ["amd64", "i386", "armhf", "armv7", "aarch64"],
|
|
"url": "https://github.com/home-assistant/hassio-addons/tree/master/zwave",
|
|
"startup": "services",
|
|
"boot": "auto",
|
|
"init": false,
|
|
"stage": "experimental",
|
|
"homeassistant": "0.110.0.dev",
|
|
"services": ["mqtt:want"],
|
|
"discovery": ["zwave_mqtt"],
|
|
"auto_uart": true,
|
|
"gpio": true,
|
|
"apparmor": false,
|
|
"privileged": ["SYS_RAWIO"],
|
|
"devices": ["/dev/bus/usb:/dev/bus/usb:rwm", "/dev/mem:/dev/mem:rw"],
|
|
"options": {
|
|
"device": null,
|
|
"network_key": null
|
|
},
|
|
"schema": {
|
|
"device": "str",
|
|
"network_key": "password"
|
|
},
|
|
"image": "homeassistant/{arch}-addon-zwave"
|
|
}
|