Might very well be me mate !
I have installed one though some weeks ago at home and it’s working great.
I confirm this is the same kind of event I receive. As details this is what happens on my side:
Event 53 fired 9:37 AM:
{
"event_type": "state_changed",
"data": {
"entity_id": "sensor.kitchen_remote_action",
"old_state": {
"entity_id": "sensor.kitchen_remote_action",
"state": "button_2_single",
"attributes": {
"action": "",
"battery": 100,
"linkquality": 96,
"operation_mode": null,
"temperature": 25,
"voltage": 3059,
"icon": "mdi:gesture-double-tap",
"friendly_name": "Kitchen Remote action"
},
"last_changed": "2022-04-28T07:37:03.316789+00:00",
"last_updated": "2022-04-28T07:37:03.332157+00:00",
"context": {
"id": "dcfa88aac6349889fc4b96928b1823c5",
"parent_id": null,
"user_id": null
}
},
"new_state": {
"entity_id": "sensor.kitchen_remote_action",
"state": "",
"attributes": {
"action": "",
"battery": 100,
"linkquality": 96,
"operation_mode": null,
"temperature": 25,
"voltage": 3059,
"icon": "mdi:gesture-double-tap",
"friendly_name": "Kitchen Remote action"
}...
This is then followed automatically by:
Event 54 fired 9:37 AM:
{
"event_type": "automation_triggered",
"data": {
"name": "Kitchen Remote",
"entity_id": "automation.z2m_aqara_opple_switch_2_bands",
"source": "state of sensor.kitchen_remote_action"
},
"origin": "LOCAL",
"time_fired": "2022-04-28T07:37:03.352382+00:00",
"context": {
"id": "5492a98e9f94642fa06d38eaad92c6ab",
"parent_id": "dcfa88aac6349889fc4b96928b1823c5",
"user_id": null
}
}
Maybe you can send me the details of your automation configuration?
Thanks
Chris