mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 14:08:21 +00: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.