Commits
Click on a commit to change the comparison rangeFix race condition in ProactiveTriggers service
Wrap triggers.values() with list() in evaluate_proactive_triggers() to prevent
'RuntimeError: dictionary changed size during iteration' when the triggers
dictionary is modified concurrently by the automation change listener.
Fixes #18871
Co-authored-by: Alex Streed <desertaxle@users.noreply.github.com>1 month ago
by github-actions[bot]