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"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/androidtv_remote",
"import_executor": true,
"integration_type": "device",
"iot_class": "local_push",
"loggers": ["androidtvremote2"],