Import samsungtv in the executor to avoid blocking the event loop (#111588)

`2024-02-26 21:12:28.305 DEBUG (MainThread) [homeassistant.loader] Importing platform samsungtv.config_flow took 1.10s (loaded_executor=False)`

This one has a long requirements list
This commit is contained in:
J. Nick Koston 2024-02-26 18:20:39 -10:00 committed by GitHub
parent d6d2ded546
commit b1e2eafe26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,6 +31,7 @@
}
],
"documentation": "https://www.home-assistant.io/integrations/samsungtv",
"import_executor": true,
"integration_type": "device",
"iot_class": "local_push",
"loggers": ["samsungctl", "samsungtvws"],