Adding USPS component kills everything that comes after it in config.yaml

usps:
  username: myusername
  password: mypassword
  name: myhome

My login info is correct, i’ve checked it several times.

my errors are:
Setup failed for usps: Component failed to initialize.

Could not connect to My USPS
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/homeassistant/components/usps.py", line 51, in setup
    cookie_path=cookie, cache_path=cache)
  File "/usr/lib/python3.6/site-packages/myusps/__init__.py", line 296, in get_session
    _login(session)
  File "/usr/lib/python3.6/site-packages/myusps/__init__.py", line 169, in _login
    raise USPSError('authentication failed')
myusps.USPSError: authentication failed

USPS component is not working at the moment. Take it out for now. Follow this thread for updates.

2 Likes