mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-05 03:11:24 +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": {
|
"build_from": {
|
||||||
"aarch64": "hassioaddons/base-aarch64:8.0.3",
|
"aarch64": "hassioaddons/base-aarch64:8.0.3",
|
||||||
"amd64": "hassioaddons/base-amd64:8.0.3",
|
"amd64": "hassioaddons/base-amd64:8.0.3",
|
||||||
"armhf": "hassioaddons/base-armhf:8.0.3",
|
"armhf": "hassioaddons/base-armhf:8.0.3",
|
||||||
"armv7": "hassioaddons/base-armv7:8.0.3",
|
"armv7": "hassioaddons/base-armv7:8.0.3",
|
||||||
"i386": "hassioaddons/base-i386:8.0.3"
|
"i386": "hassioaddons/base-i386:8.0.3"
|
||||||
},
|
}
|
||||||
"squash": false
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,12 +5,9 @@
|
||||||
"description": "A web frontend for controlling the home",
|
"description": "A web frontend for controlling the home",
|
||||||
"url": "https://github.com/hassio-addons/addon-home-panel",
|
"url": "https://github.com/hassio-addons/addon-home-panel",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
|
||||||
"startup": "application",
|
|
||||||
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
|
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
|
||||||
"init": false,
|
"init": false,
|
||||||
"boot": "auto",
|
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"hassio_role": "default",
|
|
||||||
"homeassistant": "0.91.4",
|
"homeassistant": "0.91.4",
|
||||||
"homeassistant_api": true,
|
"homeassistant_api": true,
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue