mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 23:24:11 +01:00
It turns out we have custom components that are writing to the device registry using the async APIs from threads. We now catch it at the point async_fire is called. Instead we should check sooner and use async_fire_internal so we catch the unsafe operation before it can corrupt the registry.