mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-04 19:01:21 +00:00
Address add-on lint errors
This commit is contained in:
parent
76ee0d0d65
commit
c1d713125e
2 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue