Until 114.4, I’ve had zha_events firing off actions - eg. Aqara button opening the garage door (via wemo). Something has broken these Aqara switches and also the mains powered Nue scene switches - the similarity is none of these create entities when added, and instead require listening for zha_events. I can see these events come through, and the unique_id is correct. Everything works fine in 114.3.
I apologise in advance if I’ve missed something obvious in an update but I can’t find anyything in release docs for the life of me…
Automations work if manually ‘executed’, and this is an example of one that doesnt work:
I can see the events fine - seems perhaps a different scenario. I have recovered the ability to use the Aqara button automations by adding in another trigger which seems to be a new addition: Select actual Trigger type: Device
Device: (Aqara button friendly name)
Trigger: "remote_button_short_press" button pressed
This is not an option for the Nue mains powered switches - they only have a battery option selectable, so I still can’t use them again. Might be a zigpy or shepherd type thing perhaps…?
So it seems that something did change - perhaps to also do with the apparent major breaking change of not being able to use entity_id in templates perhaps, as this is the only change I have been able to find that might correlate? (https://github.com/home-assistant/core/pull/39382).
The only downside is I now have to also add a duplicate trigger with an ‘off’ too so it works as a toggle like the previous ‘click’ event would (but perhaps there’s a better way?). I also assume that because these Nue branded devices don’t have specific quirks/device handlers, there’s no extra functions aside from ‘offline’ to be chosen.