Files
homeassistant-prometheus-query/custom_components/prometheus_query/manifest.json
2021-07-07 18:37:48 +02:00

11 lines
384 B
JSON

{
"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"],
"iot_class": "local_polling"
}