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:
parent
d6d2ded546
commit
b1e2eafe26
1 changed files with 1 additions and 0 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Reference in a new issue