Hi,
After upgrade to the last version we have problem with my entity Skybell we have this error in log.
2020-07-16 21:14:23 ERROR (MainThread) [homeassistant.setup] Error during setup of component skybell
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/skybellpy/__init__.py", line 95, in login
json_data=login_data, retry=False)
File "/usr/local/lib/python3.7/site-packages/skybellpy/__init__.py", line 200, in send_request
raise SkybellException(ERROR.REQUEST, "Retry failed")
skybellpy.exceptions.SkybellException: Request failed: Retry failed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 193, in _async_setup_component
result = await asyncio.wait_for(task, SLOW_SETUP_MAX_WAIT)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
return fut.result()
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/skybell/__init__.py", line 45, in setup
username=username, password=password, get_devices=True, cache_path=cache
File "/usr/local/lib/python3.7/site-packages/skybellpy/__init__.py", line 66, in __init__
self.get_devices()
File "/usr/local/lib/python3.7/site-packages/skybellpy/__init__.py", line 130, in get_devices
response = self.send_request("get", CONST.DEVICES_URL)
File "/usr/local/lib/python3.7/site-packages/skybellpy/__init__.py", line 165, in send_request
self.login()
File "/usr/local/lib/python3.7/site-packages/skybellpy/__init__.py", line 97, in login
raise SkybellAuthenticationException(ERROR.LOGIN_FAILED, exc)
skybellpy.exceptions.SkybellAuthenticationException: Login failed: Request failed: Retry failed
2020-07-16 21:14:23 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform skybell.binary_sensor: Unable to set up component.
2020-07-16 21:14:23 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform skybell.switch: Unable to set up component.
Thanks