core/homeassistant/components/prometheus/manifest.json

10 lines
265 B
JSON

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