mirror of
https://github.com/nikdoof/homeassistant-prometheus-query.git
synced 2025-12-22 23:09:23 +00:00
14 lines
374 B
JSON
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"
|
|
} |