Import mqtt in the executor to avoid blocking the event loop (#111521)

This commit is contained in:
J. Nick Koston 2024-02-26 11:41:07 -10:00 committed by GitHub
parent bc20e7900c
commit 359bd625c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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