From e45bfc9936e6ece5a7c386bf8f013ce75d80d4f9 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sat, 18 Dec 2021 14:16:52 +0000 Subject: [PATCH] Update HACS details --- .../prometheus_query/manifest.json | 18 +++++++++++------- hacs.json | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/custom_components/prometheus_query/manifest.json b/custom_components/prometheus_query/manifest.json index 0f80426..6842fae 100644 --- a/custom_components/prometheus_query/manifest.json +++ b/custom_components/prometheus_query/manifest.json @@ -1,10 +1,14 @@ { "domain": "prometheus_query", - "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"], + "name": "Prometheus Query Sensor", + "version": "2021.12.1", + "documentation": "https://github.com/nikdoof/homeassistant-prometheus-query", + "issue_tracker": "https://github.com/nikdoof/homeassistant-prometheus-query", + "codeowners": [ + "nikdoof" + ], + "requirements": [ + "requests==2.25.0" + ], "iot_class": "local_polling" -} +} \ No newline at end of file diff --git a/hacs.json b/hacs.json index 185e0ef..fdcb924 100644 --- a/hacs.json +++ b/hacs.json @@ -2,4 +2,4 @@ "name": "homeassistant prometheus query", "render_readme": "true", "country": "NO" -} +} \ No newline at end of file