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