mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-09 08:14:20 +01:00
32 lines
870 B
JSON
32 lines
870 B
JSON
{
|
|
"name": "Z-Wave JS",
|
|
"version": "0.1.21",
|
|
"slug": "zwave_js",
|
|
"description": "Control a ZWave network with Home Assistant Z-Wave JS",
|
|
"arch": ["amd64", "i386", "armhf", "armv7", "aarch64"],
|
|
"url": "https://github.com/home-assistant/hassio-addons/tree/master/zwave_js",
|
|
"startup": "services",
|
|
"init": false,
|
|
"stage": "experimental",
|
|
"homeassistant": "2021.2.0b0",
|
|
"ports": {
|
|
"3000/tcp": null
|
|
},
|
|
"ports_description": {
|
|
"3000/tcp": "Z-Wave JS communication"
|
|
},
|
|
"discovery": ["zwave_js"],
|
|
"options": {
|
|
"device": null,
|
|
"network_key": "",
|
|
"log_level": "info"
|
|
},
|
|
"schema": {
|
|
"device": "device(subsystem=tty)",
|
|
"network_key": "match(|[0-9a-fA-F]{32,32})",
|
|
"log_level": "list(silly|debug|verbose|http|info|warn|error)?",
|
|
"emulate_hardware": "bool?"
|
|
},
|
|
"image": "homeassistant/{arch}-addon-zwave_js"
|
|
}
|