From 359bd625c8d4ba026921ee8ffbc273ab067a7bdf Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 26 Feb 2024 11:41:07 -1000 Subject: [PATCH] Import mqtt in the executor to avoid blocking the event loop (#111521) --- homeassistant/components/mqtt/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/mqtt/manifest.json b/homeassistant/components/mqtt/manifest.json index 3a284c6719c..2fc77fb1d4a 100644 --- a/homeassistant/components/mqtt/manifest.json +++ b/homeassistant/components/mqtt/manifest.json @@ -5,6 +5,7 @@ "config_flow": true, "dependencies": ["file_upload", "http"], "documentation": "https://www.home-assistant.io/integrations/mqtt", + "import_executor": true, "iot_class": "local_push", "quality_scale": "gold", "requirements": ["paho-mqtt==1.6.1"]