mirror of
https://github.com/home-assistant/core.git
synced 2026-07-06 14:25:34 +01:00
cfe14bca8f
* Add a helper to import modules in the event loop Replaces the one used for triggers with a more generic helper that can be reused and uses a future to avoid importing concurrently * Add a helper to import modules in the event loop Replaces the one used for triggers with a more generic helper that can be reused and uses a future to avoid importing concurrently * coverage * make sure we do not retry * coverage