mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 15:31:52 -05:00
15 lines
357 B
JSON
15 lines
357 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.5;python_version<'3.14'",
|
|
"objgraph==3.5.0"
|
|
],
|
|
"single_config_entry": true
|
|
}
|