2020-10-05 12:57:07 +00:00
|
|
|
{
|
|
|
|
"domain": "profiler",
|
|
|
|
"name": "Profiler",
|
2020-10-29 01:05:16 +00:00
|
|
|
"codeowners": ["@bdraco"],
|
2023-02-08 19:32:43 +00:00
|
|
|
"config_flow": true,
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/profiler",
|
2020-10-05 12:57:07 +00:00
|
|
|
"quality_scale": "internal",
|
2023-02-15 15:20:47 +00:00
|
|
|
"requirements": [
|
|
|
|
"pyprof2calltree==1.4.5",
|
|
|
|
"guppy3==3.1.2;python_version<'3.11'",
|
|
|
|
"objgraph==3.5.0"
|
|
|
|
]
|
2020-10-29 01:05:16 +00:00
|
|
|
}
|