saying username is wrong. That is the email address you set it up with. I know it is right.
2019-03-18 09:19:40 WARNING (MainThread) [homeassistant.loader] You are using a custom component for life360.device_tracker which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-03-18 09:20:03 ERROR (MainThread) [homeassistant.components.device_tracker] Error setting up platform life360
Traceback (most recent call last):
File "/config/custom_components/life360/device_tracker.py", line 158, in setup_scanner
from life360 import life360, LoginError
ModuleNotFoundError: No module named 'life360'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/device_tracker/__init__.py", line 184, in async_setup_platform
disc_info)
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/life360/device_tracker.py", line 162, in setup_scanner
except LoginError as exc:
UnboundLocalError: local variable 'LoginError' referenced before assignment