mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Merge pull request #1240 from persandstrom/dict_size_change_during_iteration
Fixed intermittent error during setup
This commit is contained in:
commit
39bbfd14d9
@ -404,6 +404,7 @@ class StateMachine(object):
|
|||||||
|
|
||||||
domain_filter = domain_filter.lower()
|
domain_filter = domain_filter.lower()
|
||||||
|
|
||||||
|
with self._lock:
|
||||||
return [state.entity_id for state in self._states.values()
|
return [state.entity_id for state in self._states.values()
|
||||||
if state.domain == domain_filter]
|
if state.domain == domain_filter]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user