mirror of
https://github.com/home-assistant/core.git
synced 2025-05-19 13:29:17 +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