mirror of
https://github.com/home-assistant/core.git
synced 2025-08-12 09:05:15 +02:00
Import smtp in the executor to avoid blocking the loop (#112089)
This one has no external requirements, but the email imports from stdlib take ~0.6s on a green
This commit is contained in:
@@ -3,5 +3,6 @@
|
|||||||
"name": "SMTP",
|
"name": "SMTP",
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/smtp",
|
"documentation": "https://www.home-assistant.io/integrations/smtp",
|
||||||
|
"import_executor": true,
|
||||||
"iot_class": "cloud_push"
|
"iot_class": "cloud_push"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user