mirror of
https://github.com/home-assistant/core.git
synced 2026-03-03 16:20:40 +00:00
* Use ReadOnlyDict for entity registry options While reviewing #93601 it was noticed this was slow at startup https://github.com/home-assistant/core/pull/93601#issuecomment-1568958280 This is a first pass attempt to improve the performance * fix tests