core/homeassistant/components/prometheus/manifest.json

13 lines
241 B
JSON

{
"domain": "prometheus",
"name": "Prometheus",
"documentation": "https://www.home-assistant.io/integrations/prometheus",
"requirements": [
"prometheus_client==0.7.1"
],
"dependencies": [
"http"
],
"codeowners": []
}