mirror of
https://github.com/home-assistant/core.git
synced 2026-09-10 18:24:46 -05: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