Lost Wink Hub with .46 update

Just did the update to .46 and have lost my Wink lighting. Is there a new way for HA to find it?

Just lights only not showing or nothing is showing up?
Sometimes restart of HA helps. Check the error logs to see any errors related wink component.

Just did a restart and this is what I see in the error logs:

2017-06-06 04:29:08 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved Traceback (most recent call last): File “/usr/lib/python3.4/asyncio/tasks.py”, line 237, in _step result = next(coro) File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py”, line 368, in async_process_entity new_entity, self, update_before_add=update_before_add File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py”, line 222, in async_add_entity yield from entity.async_added_to_hass() File “/usr/lib/python3.4/asyncio/coroutines.py”, line 141, in coro res = func(*args, **kw) File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/binary_sensor/wink.py”, line 108, in async_added_to_hass self.hass.data[DOMAIN][‘entities’][‘binary_sensor’].append(self) TypeError: list indices must be integers, not str 2017-06-06 04:29:09 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved Traceback (most recent call last): File “/usr/lib/python3.4/asyncio/tasks.py”, line 237, in _step result = next(coro) File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py”, line 368, in async_process_entity new_entity, self, update_before_add=update_before_add File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py”, line 222, in async_add_entity yield from entity.async_added_to_hass() File “/usr/lib/python3.4/asyncio/coroutines.py”, line 141, in coro res = func(*args, **kw) File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/light/wink.py”, line 43, in async_added_to_hass self.hass.data[DOMAIN][‘entities’][‘light’].append(self) TypeError: list indices must be integers, not str 2017-06-06 04:29:09 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved Traceback (most recent call last): File “/usr/lib/python3.4/asyncio/tasks.py”, line 237, in _step result = next(coro) File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py”, line 368, in async_process_entity new_entity, self, update_before_add=update_before_add File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py”, line 222, in async_add_entity yield from entity.async_added_to_hass() File “/usr/lib/python3.4/asyncio/coroutines.py”, line 141, in coro res = func(*args, **kw) File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/light/wink.py”, line 43, in async_added_to_hass self.hass.data[DOMAIN][‘entities’][‘light’].append(self)