mirror of
https://github.com/home-assistant/core.git
synced 2026-09-11 10:06:07 -05:00
* Improve recorder and worker thread matching in RecorderPool Previously we would look at the name of the threads. This was a brittle if because other integrations may name their thread Recorder or DbWorker. Instead we now use explict thread ids which ensures there will never be a conflict * fix * fixes * fixes