1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-31 08:32:13 +00:00
Files
core/homeassistant/components/profiler/manifest.json
2023-02-15 16:20:47 +01:00

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"
]
}