Xiaomi fails to startup in Win 10

Hi guys,
Is anyone else getting the following error with Xiaomi in Win 10…

e[31m2018-04-18 23:09:43 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up platform xiaomi_aqarae[0m
Traceback (most recent call last):
  File "C:\Users\MyPc\AppData\Local\Programs\Python\Python36\lib\site-packages\homeassistant\helpers\entity_platform.py", line 82, in async_setup
    SLOW_SETUP_MAX_WAIT, loop=hass.loop)
  File "C:\Users\MyPc\AppData\Local\Programs\Python\Python36\lib\asyncio\tasks.py", line 358, in wait_for
    return fut.result()
  File "C:\Users\MyPc\AppData\Local\Programs\Python\Python36\lib\concurrent\futures\thread.py", line 56, in run
    result = self.fn(*self.args, **self.kwargs)
  File "C:\Users\MyPc\AppData\Roaming\.homeassistant\custom_components\binary_sensor\xiaomi_aqara.py", line 29, in setup_platform
    devices.append(XiaomiMotionSensor(device, hass, gateway))
  File "C:\Users\MyPc\AppData\Roaming\.homeassistant\custom_components\binary_sensor\xiaomi_aqara.py", line 140, in __init__
    'status', 'motion')
  File "C:\Users\MyPc\AppData\Roaming\.homeassistant\custom_components\binary_sensor\xiaomi_aqara.py", line 72, in __init__
    XiaomiDevice.__init__(self, device, name, xiaomi_hub)
  File "C:\Users\MyPc\AppData\Local\Programs\Python\Python36\lib\site-packages\homeassistant\components\xiaomi_aqara.py", line 219, in __init__
    self.parse_data(device['data'], device['raw_data'])
TypeError: parse_data() takes 2 positional arguments but 3 were givene[0m

Any thoughts?