Adjust add-on linter errors

This commit is contained in:
Franck Nijhof 2021-08-17 21:03:16 +02:00
parent 4c46cb14a4
commit 06c55eb050
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,6 +1,5 @@
{ {
"build_from": { "build_from": {
"amd64": "ghcr.io/hassio-addons/debian-base/amd64:4.2.3" "amd64": "ghcr.io/hassio-addons/debian-base/amd64:4.2.3"
}, }
"args": {}
} }

View file

@ -5,13 +5,9 @@
"description": "Fighting disease with a world wide distributed super computer", "description": "Fighting disease with a world wide distributed super computer",
"url": "https://github.com/hassio-addons/addon-foldingathome", "url": "https://github.com/hassio-addons/addon-foldingathome",
"webui": "http://[HOST]:[PORT:7396]", "webui": "http://[HOST]:[PORT:7396]",
"startup": "application",
"arch": ["amd64"], "arch": ["amd64"],
"boot": "auto",
"init": false, "init": false,
"hassio_api": true, "hassio_api": true,
"hassio_role": "default",
"options": {},
"video": true, "video": true,
"ports": { "ports": {
"7396/tcp": 7396, "7396/tcp": 7396,