Fix add-on linter warnings

This commit is contained in:
Franck Nijhof 2021-08-18 23:58:33 +02:00
parent 6ef57a6eb6
commit 0d41acb37d
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 2 additions and 7 deletions

View file

@ -3,6 +3,5 @@
"aarch64": "ghcr.io/hassio-addons/base/aarch64:10.0.1",
"amd64": "ghcr.io/hassio-addons/base/amd64:10.0.1",
"armv7": "ghcr.io/hassio-addons/base/armv7:10.0.1"
},
"args": {}
}
}

View file

@ -11,17 +11,13 @@
"panel_icon": "mdi:chart-timeline",
"panel_title": "Prometheus",
"arch": ["aarch64", "amd64", "armv7"],
"boot": "auto",
"hassio_api": true,
"homeassistant_api": true,
"hassio_role": "default",
"map": ["share:rw"],
"options": {},
"ports": {
"9090/tcp": null
},
"ports_description": {
"9090/tcp": "Not required for Ingress"
},
"schema": {}
}
}