mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Revert last fix. Will fix better.
This commit is contained in:
parent
2650d235ea
commit
07fb4ff243
@ -39,8 +39,7 @@ class EntityComponent(object):
|
|||||||
self.is_polling = False
|
self.is_polling = False
|
||||||
|
|
||||||
self.config = None
|
self.config = None
|
||||||
# Because updating state might cause an entity to be found
|
self.lock = Lock()
|
||||||
self.lock = RLock()
|
|
||||||
|
|
||||||
def setup(self, config):
|
def setup(self, config):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user