Files
homeassistant-prometheus-query/custom_components/prometheus-query/manifest.json
lfasci f4981b5824 Update manifest.json
Renamed folder to underscore
2021-06-14 06:43:58 +02:00

9 lines
270 B
JSON

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