anyone else have issue with this component after 0.36?
No change with 0.36.1
17-01-17 11:17:40 homeassistant.core: Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/lib/python3.4/asyncio/tasks.py", line 233, in _step
result = coro.throw(exc)
File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/device_tracker/__init__.py", line 649, in async_device_tracker_scan
found_devices = yield from scanner.async_scan_devices()
File "/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
value = future.result()
File "/usr/lib/python3.4/asyncio/futures.py", line 277, in result
raise self._exception
File "/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/device_tracker/unifi.py", line 83, in scan_devices
self._update()
File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/device_tracker/unifi.py", line 79, in _update
self._clients = {client['mac']: client for client in clients}
TypeError: 'NoneType' object is not iterable