Blink temperature not updating

I was just trying to use my Blink Sensors on my UI to display outside temp, etc… and I noticed mine haven’t updated lately either (in a couple days). So I just restarted and now I’m getting an “error during setup of blink component” error in the log:

Error during setup of component blink
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/homeassistant/setup.py", line 148, in _async_setup_component
component.setup, hass, processed_config)  # type: ignore
  File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
  File "/usr/local/lib/python3.6/site-packages/homeassistant/components/blink/__init__.py", line 100, in setup
hass.data[BLINK_DATA].start()
  File "/usr/local/lib/python3.6/site-packages/blinkpy/blinkpy.py", line 83, in start
sync_module.start()
  File "/usr/local/lib/python3.6/site-packages/blinkpy/sync_module.py", line 99, in start
self.videos = self.get_videos()
  File "/usr/local/lib/python3.6/site-packages/blinkpy/sync_module.py", line 148, in get_videos
camera_name = entry['camera_name']
TypeError: string indices must be integers

I’m on HassIO with Homeassistant v0.85.1

Anyone else getting this kind of error?

Already reported and fixed in 0.86.1 :+1:

Here’s some links that discuss the issue:

1 Like