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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"]