mirror of
https://github.com/home-assistant/core.git
synced 2026-06-04 22:53:54 +01:00
9f0d3bfce8
* 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