mirror of
https://gitcode.com/waxgourd/addons
synced 2026-03-29 11:28:27 +08:00
升级小雅tvbox,添加hacs和易微联
This commit is contained in:
27
eweLink-smart-home/config.json
Normal file
27
eweLink-smart-home/config.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "eWeLink Smart Home",
|
||||
"version": "1.0.0",
|
||||
"slug": "ewelink_smart_home_slug",
|
||||
"description": "将 eWeLink 与家庭助理连接",
|
||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||
"init": false,
|
||||
"startup": "application",
|
||||
"boot": "auto",
|
||||
"url": "https://www.facebook.com/ewelink.support",
|
||||
"image":"wghaos/ewelink",
|
||||
"host_network": false,
|
||||
"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": ""
|
||||
}
|
||||
Reference in New Issue
Block a user