mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 15:44:52 +01:00
15 lines
335 B
JSON
15 lines
335 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.6",
|
|
"objgraph==3.5.0"
|
|
],
|
|
"single_config_entry": true
|
|
}
|