1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-03 16:20:40 +00:00
Files
core/tests/helpers
J. Nick Koston b403c9f92e Move thread safety check in area_registry sooner (#116265)
It turns out we have custom components that are writing to the area 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.
2024-04-27 09:26:35 +02:00
..
2024-04-21 23:25:27 +02:00
2024-03-19 09:01:07 +01:00
2024-03-26 00:02:16 +01:00
2024-04-02 10:43:14 +02:00
2024-04-26 08:48:32 +02:00