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:
J. Nick Koston 2024-02-28 01:39:51 -10:00 committed by GitHub
parent 12b15a9a37
commit f7ac1e4b8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",