Update HACS details

This commit is contained in:
2021-12-18 14:16:52 +00:00
parent 130a79da16
commit e45bfc9936
2 changed files with 12 additions and 8 deletions

View File

@@ -1,10 +1,14 @@
{ {
"domain": "prometheus_query", "domain": "prometheus_query",
"name": "Prometheus query sensor", "name": "Prometheus Query Sensor",
"version": "2021.06.1", "version": "2021.12.1",
"documentation": "https://github.com/lfasci/homeassistant-prometheus-query", "documentation": "https://github.com/nikdoof/homeassistant-prometheus-query",
"issue_tracker": "https://github.com/lfasci/homeassistant-prometheus-query", "issue_tracker": "https://github.com/nikdoof/homeassistant-prometheus-query",
"codeowners": ["lfasci"], "codeowners": [
"requirements": ["prometheus-client==0.9.0", "requests==2.25.0"], "nikdoof"
],
"requirements": [
"requests==2.25.0"
],
"iot_class": "local_polling" "iot_class": "local_polling"
} }

View File

@@ -2,4 +2,4 @@
"name": "homeassistant prometheus query", "name": "homeassistant prometheus query",
"render_readme": "true", "render_readme": "true",
"country": "NO" "country": "NO"
} }