mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Import template in the executor to avoid blocking the event loop (#112070)
Importing template has a very long dep tree
This commit is contained in:
parent
2fe12ade4c
commit
aaa2d8745f
@ -5,6 +5,7 @@
|
|||||||
"codeowners": ["@PhracturedBlue", "@tetienne", "@home-assistant/core"],
|
"codeowners": ["@PhracturedBlue", "@tetienne", "@home-assistant/core"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/template",
|
"documentation": "https://www.home-assistant.io/integrations/template",
|
||||||
|
"import_executor": true,
|
||||||
"integration_type": "helper",
|
"integration_type": "helper",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"quality_scale": "internal"
|
"quality_scale": "internal"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user