mirror of
https://github.com/home-assistant/core.git
synced 2026-09-01 19:12:41 +01:00
* Migrate integration_platform helper to use async_get_integrations We were fetching integrations inside the gather one at a time. This is inefficent. * cleanup * cleanup * add task name * small tweaks * gather only if we have tasks