mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Import mobile_app in the executor to avoid blocking the event loop (#111692)
2024-02-27 22:44:23.926 DEBUG (MainThread) [homeassistant.loader] Component mobile_app import took 0.490 seconds (loaded_executor=False)
This commit is contained in:
parent
12b15a9a37
commit
f7ac1e4b8e
@ -6,6 +6,7 @@
|
||||
"config_flow": true,
|
||||
"dependencies": ["http", "webhook", "person", "tag", "websocket_api"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/mobile_app",
|
||||
"import_executor": true,
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["nacl"],
|
||||
"quality_scale": "internal",
|
||||
|
Loading…
x
Reference in New Issue
Block a user