mirror of
https://github.com/home-assistant/core.git
synced 2026-09-12 18:25:41 -05:00
* Index area_ids in the entity registry I missed that these are used in _resolve_area in search. Eventually we can make async_extract_referenced_entity_ids a bit faster with this as well * Avoid linear search of entity registry in async_extract_referenced_entity_ids needs https://github.com/home-assistant/core/pull/109660