Aqara mini switches stopped working

I have used several Aqara mini switches with Home Assistant for quite some time now, but recently they have stopped working. I can’t say for certain when, or if it was definitely following a specific update, but it was fairly recent (i.e. days or weeks, rather than months).

I’ve looked through the recent breaking changes but I can’t spot anything related to Aqara buttons or Zigbee via a Conbee II stick, and the buttons themselves seem fine within HA (including Phoscon).

Any suggestions for how I can test/fix these buttons?

UPDATE : If I manually run the associated automation it works fine, and if I listen to deconz_event within Developer Tools > Events I can see HA acknowledging that the button has been pressed.

Version numbers for reference :-

Home Assistant 2022.12.8
Supervisor 2022.12.1
Operating System 9.4
Frontend 20221213.1 - latest

FIX : I tried changing an automation slightly (change the trigger entity or action and Save, and then change it back again and Save) and that worked.

Can you post: what is the trigger for your automation and, what do you get in developer tools events when you press the button.

The automation(s) use have "Turn on button pressed as the trigger.

This is what I see in Developers Tools Events…

event_type: deconz_event
data:
  id: kitchen_button
  unique_id: 00:15:8d:00:06:e4:0e:4d
  event: 1002
  device_id: 3177df0b020c6f3524ad1073fb0515c2
origin: LOCAL
time_fired: "2022-12-28T16:59:36.571223+00:00"
context:
  id: 01GNCTSMQVZMJYAA01M4F33QQQ
  parent_id: null
  user_id: null

Are you using a blueprint for the automation?

Please can you send the yaml for the automation.

I’m not using a Blueprint, and I could send the YAML for the automation, but the issue relates to ANY automation where the trigger is an event from an Aqara button.