mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Revert last fix. Will fix better.
This commit is contained in:
@@ -39,8 +39,7 @@ class EntityComponent(object):
|
||||
self.is_polling = False
|
||||
|
||||
self.config = None
|
||||
# Because updating state might cause an entity to be found
|
||||
self.lock = RLock()
|
||||
self.lock = Lock()
|
||||
|
||||
def setup(self, config):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user