mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 20:38:28 +08:00
89 lines
1.9 KiB
JSON
89 lines
1.9 KiB
JSON
{
|
|
"name": "Zigbee2MQTT",
|
|
"version": "2.0.0-2",
|
|
"slug": "zigbee2mqtt",
|
|
"description": "可以自定义ZigBee的接收连接器",
|
|
"breaking_versions": [
|
|
"2.0.0-1",
|
|
],
|
|
"uart": true,
|
|
"udev": true,
|
|
"url": "https://github.com/zigbee2mqtt/hassio-zigbee2mqtt/tree/master/zigbee2mqtt",
|
|
"startup": "application",
|
|
"services": [
|
|
"mqtt:need"
|
|
],
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64"
|
|
],
|
|
"boot": "manual",
|
|
"init": false,
|
|
"ingress": true,
|
|
"timeout": 30,
|
|
"panel_icon": "mdi:zigbee",
|
|
"map": [
|
|
{
|
|
"type": "share",
|
|
"read_only": false
|
|
},
|
|
{
|
|
"type": "homeassistant_config",
|
|
"read_only": false,
|
|
"path": "/config"
|
|
},
|
|
{
|
|
"type": "addon_config",
|
|
"read_only": false,
|
|
"path": "/addon_config"
|
|
}
|
|
],
|
|
"ports": {
|
|
"8485/tcp": 8485,
|
|
"8099/tcp": null
|
|
},
|
|
"ports_description": {
|
|
"8485/tcp": "Socat tcp-listen port",
|
|
"8099/tcp": "Frontend tcp-listen port"
|
|
},
|
|
"options": {
|
|
"data_path": "/config/zigbee2mqtt",
|
|
"socat": {
|
|
"enabled": false,
|
|
"master": "pty,raw,echo=0,link=/tmp/ttyZ2M,mode=777",
|
|
"slave": "tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5",
|
|
"options": "-d -d",
|
|
"log": false
|
|
},
|
|
"mqtt": {},
|
|
"serial": {}
|
|
},
|
|
"schema": {
|
|
"data_path": "str",
|
|
"socat": {
|
|
"enabled": "bool?",
|
|
"master": "str?",
|
|
"slave": "str?",
|
|
"options": "str?",
|
|
"log": "bool?"
|
|
},
|
|
"mqtt": {
|
|
"server": "str?",
|
|
"ca": "str?",
|
|
"key": "str?",
|
|
"cert": "str?",
|
|
"user": "str?",
|
|
"password": "str?",
|
|
"base_topic": "str?"
|
|
},
|
|
"serial": {
|
|
"port": "str?",
|
|
"adapter": "match(zstack|deconz|zigate|ezsp|ember|zboss)?",
|
|
"baudrate": "int?",
|
|
"rtscts": "bool?"
|
|
},
|
|
"watchdog": "str?"
|
|
},
|
|
"image": "r.hassbus.com/zigbee2mqtt/zigbee2mqtt-{arch}"
|
|
}
|