Import screenlogic in the executor to avoid blocking the loop (#112097)

This commit is contained in:
J. Nick Koston 2024-03-03 07:48:28 -10:00 committed by GitHub
parent 9af12a0639
commit 0a462071c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,7 @@
}
],
"documentation": "https://www.home-assistant.io/integrations/screenlogic",
"import_executor": true,
"iot_class": "local_push",
"loggers": ["screenlogicpy"],
"requirements": ["screenlogicpy==0.10.0"]