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:
J. Nick Koston 2024-03-02 16:59:34 -10:00 committed by GitHub
parent 2fe12ade4c
commit aaa2d8745f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,7 @@
"codeowners": ["@PhracturedBlue", "@tetienne", "@home-assistant/core"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/template",
"import_executor": true,
"integration_type": "helper",
"iot_class": "local_push",
"quality_scale": "internal"