mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 23:55:07 +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",
|
||||
"codeowners": [],
|
||||
"documentation": "https://www.home-assistant.io/integrations/smtp",
|
||||
"import_executor": true,
|
||||
"iot_class": "cloud_push"
|
||||
}
|
||||
|
Reference in New Issue
Block a user