Aqara Wireless Mini Switch missing events

Hello,
I am having problems with this new switch (model WXKG11LM).
It is configured in Mi Home and triggers any time I press the button.

All the devices connected to the Xiaomi Gateway are correctly sending updates to HA apart from the Aqara Switch.
The entity is visible in Home Assistant since the Xiaomi Gateway picked up the device.
The HA log shows the press-button event as soon as it happens but it never get registered in the entity.

The log:

2021-01-08 12:37:08 DEBUG (Thread-17) [xiaomi_gateway] MCAST (report) << {‘cmd’: ‘report’, ‘model’: ‘remote.b1acn01’, ‘sid’: ‘158d00040194ce’, ‘short_id’: 859, ‘data’: ‘{“status”:“click”}’}
2021-01-08 12:37:08 DEBUG (MainThread) [homeassistant.components.xiaomi_aqara] PUSH >> : {‘status’: ‘click’}
2021-01-08 12:37:08 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event xiaomi_aqara.click[L]: entity_id=binary_sensor.switch_158d00040194ce, click_type=single>
2021-01-08 12:37:09 DEBUG (MainThread) [homeassistant.components.xiaomi_aqara] PUSH >> <Entity Battery_158d00040194ce: 57>: {‘status’: ‘click’}

The missing update:

I have already tried to create a brand new database. Same problem.

I am running Home Assistant 2021.1.0 on Hass.io

It seems the problem has to do with repetition of events: the very same event (single click, double click, etc) is being dropped by HA. If I alternate one single click and one double click then they will both be shown in the entity window. Does perhaps HA drop multiple packets coming in for the same event type??

Any ideas?