mirror of
https://github.com/home-assistant/core.git
synced 2026-05-27 10:46:38 +01:00
2fbbcafaed
* 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.