更新 'repository.yaml'
This commit is contained in:
90
zigbee2mqtt/config.json
Normal file
90
zigbee2mqtt/config.json
Normal file
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"name": "Zigbee2MQTT",
|
||||
"version": "2.6.3-1",
|
||||
"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"
|
||||
],
|
||||
"hassio_api": true,
|
||||
"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?",
|
||||
"force_onboarding": "bool?"
|
||||
},
|
||||
"image": "r.hassbus.com/zigbee2mqtt/zigbee2mqtt-{arch}"
|
||||
}
|
||||
Reference in New Issue
Block a user