Can't access wink devices sin .94 hassio upgrade #24349
Description
I see this in my log:
2019-06-06 11:55:50 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up platform wink
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 126, in _async_setup_platform
SLOW_SETUP_MAX_WAIT)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 416, 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/wink/binary_sensor.py", line 35, in setup_platform
add_entities([WinkBinarySensorDevice(sensor, hass)])
File "/usr/src/homeassistant/homeassistant/components/wink/binary_sensor.py", line 87, in init
super().init(wink, hass)
File "/usr/src/homeassistant/homeassistant/components/wink/init.py", line 663, in init
self.wink.pubnub_channel, self._pubnub_update)
File "/usr/local/lib/python3.7/site-packages/pubnubsubhandler.py", line 81, in add_subscription
self._pubnubs[0].subscribe().channels(channel).execute()
IndexError: list index out of range