Files
homeassistant-prometheus-query/custom_components/prometheus_query/manifest.json
2021-12-18 14:16:52 +00:00

14 lines
374 B
JSON

{
"domain": "prometheus_query",
"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"
}