Update iobroker to prebuild images

This commit is contained in:
Max Winterstein
2021-02-12 23:19:07 +01:00
parent f1d103a25e
commit 075fe45bb9
4 changed files with 43 additions and 4 deletions

View File

@@ -1,13 +1,14 @@
{
"name": "ioBroker",
"version": "0.5.0",
"version": "0.6.0",
"image": "maxwinterstein/homeassistant-addon-iobroker-{arch}",
"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"],
"arch": ["armv7", "aarch64", "amd64"],
"startup": "application",
"boot": "auto",
"options": {},
@@ -32,4 +33,4 @@
"url": "https://github.com/MaxWinterstein/homeassistant-addons/",
"hassio_role": "default",
"hassio_api": true
}
}