Import androidtv_remote in the executor to avoid blocking the event loop (#111776)

fixes #111775
This commit is contained in:
J. Nick Koston 2024-02-28 14:01:39 -10:00 committed by GitHub
parent c861bd6c56
commit 3c8fcaf912
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,7 @@
"codeowners": ["@tronikos", "@Drafteed"], "codeowners": ["@tronikos", "@Drafteed"],
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/androidtv_remote", "documentation": "https://www.home-assistant.io/integrations/androidtv_remote",
"import_executor": true,
"integration_type": "device", "integration_type": "device",
"iot_class": "local_push", "iot_class": "local_push",
"loggers": ["androidtvremote2"], "loggers": ["androidtvremote2"],