Blink integration has been running fine, I had the
blink:
username: xxxx
password: xxxx
Which works great from the ios app to view cameras etc… still. However upon a reboot during wiring issues (updated some smart switches upstairs) with the house, my HA throws the following in the logs:
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 see nobody has reported this yet… I have:
- Reset the sync module
- reset my HA
- Reinstalled my HA clean
- re-added blink: and same issue?!!?
Anyone else have insight maybe to the above issue?