Import zeroconf in the executor to avoid blocking the event loop (#111591)
This one takes ~0.45s on the green
This commit is contained in:
parent
f56e4d6a09
commit
40190a2f1f
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
"codeowners": ["@bdraco"],
|
"codeowners": ["@bdraco"],
|
||||||
"dependencies": ["network", "api"],
|
"dependencies": ["network", "api"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/zeroconf",
|
"documentation": "https://www.home-assistant.io/integrations/zeroconf",
|
||||||
|
"import_executor": true,
|
||||||
"integration_type": "system",
|
"integration_type": "system",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["zeroconf"],
|
"loggers": ["zeroconf"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue