mirror of
https://github.com/hassio-addons/addon-prometheus.git
synced 2025-05-04 11:11:24 +00:00
Fix add-on linter warnings
This commit is contained in:
parent
6ef57a6eb6
commit
0d41acb37d
2 changed files with 2 additions and 7 deletions
|
@ -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": {}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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": {}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue