Describe the bug
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 174, in _async_setup_component
component.setup, hass, processed_config # type: ignore
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/tesla_cc/init.py", line 42, in setup
from tesla_api import TeslaApiClient, AuthenticationError, ApiError
ModuleNotFoundError: No module named 'tesla_api'