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