core/homeassistant/components/profiler/manifest.json

13 lines
267 B
JSON
Raw Normal View History

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