core/homeassistant/components/profiler/manifest.json

14 lines
304 B
JSON

{
"domain": "profiler",
"name": "Profiler",
"documentation": "https://www.home-assistant.io/integrations/profiler",
"requirements": [
"pyprof2calltree==1.4.5",
"guppy3==3.1.2",
"objgraph==3.5.0"
],
"codeowners": ["@bdraco"],
"quality_scale": "internal",
"config_flow": true
}