I upgraded to 0.89.2 today. After A restart of HA I get the following error and HA seems to hang.
2019-03-19 09:24:12 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.ring_front_door_last_ding fails
Traceback (most recent call last):
File "/home/homeassistant/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 221, in async_update_ha_state
except Exception: # pylint: disable=broad-except
File "/home/homeassistant/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 349, in async_device_update
finally:
File "/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/home/homeassistant/homeassistant/lib/python3.6/site-packages/homeassistant/components/sensor/ring.py", line 158, in update
self._data.update()
File "/home/homeassistant/homeassistant/lib/python3.6/site-packages/ring_doorbell/generic.py", line 45, in update
self._get_health_attrs()
File "/home/homeassistant/homeassistant/lib/python3.6/site-packages/ring_doorbell/generic.py", line 92, in _get_health_attrs
self._health_attrs = self._ring.query(url).get('device_health')
AttributeError: 'NoneType' object has no attribute 'get'