Files
homeassistant-prometheus-query/custom_components/prometheus-query/manifest.json
2021-06-14 06:47:22 +02:00

10 lines
296 B
JSON

{
"domain": "prometheus_query",
"name": "Prometheus query sensor",
"version": "2021.06.1",
"documentation": "https://github.com/lfasci/homeassistant-prometheus-query",
"dependencies": "prometheus_client",
"codeowners": ["lfasci"],
"requirements": ["prometheus_client","requests"]
}