From aa958d6c43a25646d4294914fa9a4419044e93bc Mon Sep 17 00:00:00 2001 From: William Johansson Date: Wed, 7 Jul 2021 17:47:18 +0200 Subject: [PATCH] manifest: add issue_tracker --- prometheus_query/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/prometheus_query/manifest.json b/prometheus_query/manifest.json index bef1338..0f80426 100644 --- a/prometheus_query/manifest.json +++ b/prometheus_query/manifest.json @@ -3,6 +3,7 @@ "name": "Prometheus query sensor", "version": "2021.06.1", "documentation": "https://github.com/lfasci/homeassistant-prometheus-query", + "issue_tracker": "https://github.com/lfasci/homeassistant-prometheus-query", "codeowners": ["lfasci"], "requirements": ["prometheus-client==0.9.0", "requests==2.25.0"], "iot_class": "local_polling"