Tesla component Invalid Config 0.56

After latest 0.56 update the Tesla componet have stopped working with a invalid config error.

the log file show this.

File “/usr/lib/python3.6/site-packages/homeassistant/components/tesla.py”, line 59, in setup
email, password, update_interval),
File “/usr/lib/python3.6/site-packages/teslajsonpy/controller.py”, line 26, in init
self.update(car[‘id’])
File “/usr/lib/python3.6/site-packages/teslajsonpy/controller.py”, line 56, in update
with self.__lock():
TypeError: ‘RLock’ object is not callable

Same problem here

There were quite a few bug fixes looks like here: https://github.com/home-assistant/home-assistant/pull/9774

Should contact @zabuldon or create an issue for it.