Address add-on lint errors

This commit is contained in:
Franck Nijhof 2021-01-21 22:16:40 +01:00
parent 76ee0d0d65
commit c1d713125e
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 1 additions and 6 deletions

View file

@ -1,11 +1,9 @@
{
"args": {},
"build_from": {
"aarch64": "hassioaddons/base-aarch64:8.0.3",
"amd64": "hassioaddons/base-amd64:8.0.3",
"armhf": "hassioaddons/base-armhf:8.0.3",
"armv7": "hassioaddons/base-armv7:8.0.3",
"i386": "hassioaddons/base-i386:8.0.3"
},
"squash": false
}
}

View file

@ -5,12 +5,9 @@
"description": "A web frontend for controlling the home",
"url": "https://github.com/hassio-addons/addon-home-panel",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
"startup": "application",
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
"init": false,
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
"homeassistant": "0.91.4",
"homeassistant_api": true,
"ingress": true,