Xiaomi button event (conbee ii/ZHA)

I have xiaomi button (model WXKG01LM) connected to conbee ii using ZHA integration. According to this page: https://www.home-assistant.io/integrations/binary_sensor.xiaomi_aqara/#xiaomi-wireless-button it has sometime like “long_click_press”. However according to my testing, I don’t see this kind of long press event. I can only see single click, double click, triple click, quadruple click and furious click. long click is considered as single click.

Is this expected? When using deconz integration, this xiaomi button does have long click event.

Is there anywhere have complete event that this xiaomi button support under ZHA integration?

Thanks!

At the top of that page states: requirements for this integration.
Which leads to a page explaining the connection of the Xiaomi hub to HA.

Have a look at the event log in the development page to figure out which events you are getting when pushing and holding the button at this moment. Maybe it has a event number you didn’t notice?

I think that’s for integration with xiaomi’s own gateway?
I am pairing them with conbee 2 usb stick.

just found this https://github.com/zigpy/zha-device-handlers/tree/dev/zhaquirks/xiaomi/mija, do I have to install zhaquirks for xiaomi? is there any instruction?

Ran into the same issue, using sonoff zigbee gateway.
Did you figure out a solution to optimize buttons’ integration?