hass-core/homeassistant/components/profiler/manifest.json
Michael 8236a9529f
Mark integrations as single_config_entry in manifest [k-r] (#128191)
* mark integrations as single_config_entry in manifest

* fix owntracks test
2024-10-12 09:03:17 +02:00

14 lines
341 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.4.post1",
"objgraph==3.5.0"
],
"single_config_entry": true
}