Import caldav in the executor to avoid blocking the event loop (#112081)

2024-03-02 18:21:51.794 DEBUG (MainThread) [homeassistant.loader] Component caldav import took 0.676 seconds (loaded_executor=False)
This commit is contained in:
J. Nick Koston 2024-03-02 16:55:20 -10:00 committed by GitHub
parent 8d2fe73faa
commit f415746e26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,7 @@
"codeowners": [],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/caldav",
"import_executor": true,
"iot_class": "cloud_polling",
"loggers": ["caldav", "vobject"],
"requirements": ["caldav==1.3.9"]