mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-27 15:07:16 +01:00
* Support populating list of flows from custom components * Re-allow custom component config flows * Add tests for custom component retrieval * Don't crash view if no handler exist * Use get_custom_components instead fo resolve_from_root * Switch to using an event instead of lock * Leave list of integrations as set * The returned list is not guaranteed to be ordered Backend uses a set to represent them.