1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-16 11:03:09 +01:00

Import flux_led in the executor to avoid blocking the event loop (#111806)

`Component flux_led import took 0.313 seconds (loaded_executor=False)`
This commit is contained in:
J. Nick Koston
2024-02-29 05:37:07 -10:00
committed by GitHub
parent 94224c4c73
commit aa183ed09e
@@ -51,6 +51,7 @@
}
],
"documentation": "https://www.home-assistant.io/integrations/flux_led",
"import_executor": true,
"iot_class": "local_push",
"loggers": ["flux_led"],
"requirements": ["flux-led==1.0.4"]