Elelabs Zigbee Shield - issue with Xiaomi sensor

I’m new there and I would like to thank for this community – nice work !

My questions concerns Zigbee (ZHA) environment.

My installation is Raspberry Pi 3B / Hassio (HA 0.91.1) / Elelabs Zigbee Shield (ZHA).
I have successfully setup shield and paired it with xiaomi aquara water leak sensor.

But no success with xiaomi mija door\window sensor (MCCGQ01LM)
and switch\button (WXKG01LM).

Actually shield paired as I see from logs, but after pairing I see exception.

2019-04-07 18:58:45 INFO (MainThread) [zigpy.application] Device 0xdab1 (00:15:8d:00:01:9d:3d:85) joined the network 2019-04-07 18:58:45 DEBUG (MainThread) [zigpy.zdo] [0xdab1:zdo] ZDO request 0x0013: [55985, 00:15:8d:00:01:9d:3d:85, 128] 2019-04-07 18:58:45 ERROR (MainThread) [bellows.ezsp] Exception running handler Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/bellows/ezsp.py", line 242, in handle_callback handler(*args) File "/usr/local/lib/python3.7/site-packages/bellows/zigbee/application.py", line 201, in ezsp_callback_handler self._handle_frame(*args) File "/usr/local/lib/python3.7/site-packages/bellows/zigbee/application.py", line 224, in _handle_frame tsn, command_id, is_reply, args = self.deserialize(device, aps_frame.sourceEndpoint, aps_frame.clusterId, message) File "/usr/local/lib/python3.7/site-packages/zigpy/application.py", line 78, in deserialize return sender.deserialize(endpoint_id, cluster_id, data) File "/usr/local/lib/python3.7/site-packages/zigpy/device.py", line 98, in deserialize return self.endpoints[endpoint_id].deserialize(cluster_id, data) KeyError: 1

Is any solution to make it works?