From 0d41acb37d99055f326fd8e8d0d38ab0458e1651 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 18 Aug 2021 23:58:33 +0200 Subject: [PATCH] Fix add-on linter warnings --- prometheus/build.json | 3 +-- prometheus/config.json | 6 +----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/prometheus/build.json b/prometheus/build.json index a4ab85e..5e27149 100644 --- a/prometheus/build.json +++ b/prometheus/build.json @@ -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": {} + } } diff --git a/prometheus/config.json b/prometheus/config.json index 230b989..5c2c647 100755 --- a/prometheus/config.json +++ b/prometheus/config.json @@ -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": {} + } }