mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
21 lines
551 B
JSON
21 lines
551 B
JSON
{
|
|
"name": "ioBroker",
|
|
"version": "0.2.0",
|
|
"webui": "http://[HOST]:[PORT:8081]/",
|
|
"slug": "iobroker",
|
|
"description": "Open source automation platform",
|
|
"ingress": false,
|
|
"ingress_port": 8081,
|
|
"panel_icon": "mdi:iobroker",
|
|
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
|
"startup": "application",
|
|
"boot": "auto",
|
|
"options": {},
|
|
"schema": {},
|
|
"ports": {
|
|
"8081/tcp": 8081
|
|
},
|
|
"stage": "experimental",
|
|
"url": "https://github.com/MaxWinterstein/homeassistant-addons/"
|
|
|
|
} |