Files
addons/eweLink-smart-home/config.json
2025-11-06 20:07:43 +08:00

28 lines
750 B
JSON

{
"name": "eWeLink Smart Home",
"version": "1.4.5",
"slug": "ewelink_smart_home_slug",
"description": "将 eWeLink 与家庭助理连接",
"arch": ["aarch64", "amd64"],
"init": false,
"startup": "application",
"boot": "auto",
"url": "https://www.facebook.com/ewelink.support",
"image":"r.hassbus.com/wghaos/ewelink",
"host_network": true,
"ports": {
"3000/tcp": 3000
},
"ports_description": {
"3000/tcp": "Web interface"
},
"panel_icon": "mdi:earth",
"panel_title": "eWeLink Smart Home",
"hassio_api": true,
"webui": "[PROTO:http]://[HOST]:[PORT:3000]",
"homeassistant_api": true,
"ingress": true,
"ingress_port": 3000,
"ingress_entry": ""
}