Files
addons/zwave_js/config.json
2021-09-29 22:07:38 -07:00

40 lines
1.2 KiB
JSON

{
"name": "Z-Wave JS",
"version": "0.1.42",
"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": "stable",
"homeassistant": "2021.2.0b0",
"ports": {
"3000/tcp": null
},
"ports_description": {
"3000/tcp": "Z-Wave JS communication"
},
"discovery": ["zwave_js"],
"options": {
"device": null,
"s0_legacy_key": "",
"s2_access_control_key": "",
"s2_authenticated_key": "",
"s2_unauthenticated_key": "",
"log_level": "info",
"network_key": ""
},
"schema": {
"device": "device(subsystem=tty)",
"s0_legacy_key": "match(|[0-9a-fA-F]{32,32})?",
"s2_access_control_key": "match(|[0-9a-fA-F]{32,32})?",
"s2_authenticated_key": "match(|[0-9a-fA-F]{32,32})?",
"s2_unauthenticated_key": "match(|[0-9a-fA-F]{32,32})?",
"log_level": "list(silly|debug|verbose|http|info|warn|error)?",
"emulate_hardware": "bool?",
"network_key": "match(|[0-9a-fA-F]{32,32})?"
},
"image": "homeassistant/{arch}-addon-zwave_js"
}