From f7ac1e4b8eac5c828e2059c9e9129936fd38649f Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 28 Feb 2024 01:39:51 -1000 Subject: [PATCH] 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) --- homeassistant/components/mobile_app/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/mobile_app/manifest.json b/homeassistant/components/mobile_app/manifest.json index aeab576a7cd..c3d15be3468 100644 --- a/homeassistant/components/mobile_app/manifest.json +++ b/homeassistant/components/mobile_app/manifest.json @@ -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",