Import logbook in the executor to avoid blocking the event loop (#111807)

This one is likely because of all the sqlalchemy object construction
for the queries

`Component logbook import took 0.245 seconds (loaded_executor=False)`
This commit is contained in:
J. Nick Koston 2024-02-29 05:36:54 -10:00 committed by GitHub
parent a664f296e2
commit 94224c4c73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,7 @@
"codeowners": ["@home-assistant/core"],
"dependencies": ["frontend", "http", "recorder"],
"documentation": "https://www.home-assistant.io/integrations/logbook",
"import_executor": true,
"integration_type": "system",
"quality_scale": "internal"
}