mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Import homekit in the executor to avoid blocking the event loop (#111809)
`homekit import took 0.635 seconds (loaded_executor=False)` not sure how I missed this one
This commit is contained in:
parent
58d966a18f
commit
db9cda4fd2
@ -6,6 +6,7 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"dependencies": ["ffmpeg", "http", "network"],
|
"dependencies": ["ffmpeg", "http", "network"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/homekit",
|
"documentation": "https://www.home-assistant.io/integrations/homekit",
|
||||||
|
"import_executor": true,
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["pyhap"],
|
"loggers": ["pyhap"],
|
||||||
"requirements": [
|
"requirements": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user