1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/profiler/manifest.json
2023-10-20 20:20:17 +02:00

10 lines
288 B
JSON

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