Import august in the executor to avoid blocking the event loop (#111595)

This commit is contained in:
J. Nick Koston 2024-02-26 18:30:31 -10:00 committed by GitHub
parent 35a3573bd2
commit b692f30c33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,7 @@
}
],
"documentation": "https://www.home-assistant.io/integrations/august",
"import_executor": true,
"iot_class": "cloud_push",
"loggers": ["pubnub", "yalexs"],
"requirements": ["yalexs==1.11.4", "yalexs-ble==2.4.2"]