14 lines
326 B
JSON
14 lines
326 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.2;python_version<'3.11'",
|
|
"objgraph==3.5.0"
|
|
]
|
|
}
|