This doesn’t seem to trigger anything when the buttons are pressed… I have one of the 8 way button controllers succesfully paired via MQTT and I can see it firing “Switch action changed to ‘on_1’” etc in the HA logbook. The switch is selected in the blueprint. But never seems to trigger. Bit new to HA so anything I might be doing wrong?
EDIT: If it helps I am running Zigbee2MQTT on a separate raspberry pi so within HA the controller appears within the MQTT broker integration
If anyone stumbles on this in the future, what I had to do was edit the blueprint code to remove the line ‘attribute: action’ from the trigger settings. Then reload automations in HA.
I believe you might also be able to just toggle on ‘Home Assistant legacy entity attributes’ in Zigbee2MQTT, haven’t tried that approach yet.
Which version of zigbee2mqtt is running? I am not sure, but switches are in 2.0.0 version no longer supported as entities of type sensor. Have a look in the zigbee2mqtt-settings under home assistant integration, checkbox Home Assistant legacy action sensors. Otherwise take an other blueprint : GitHub - sbruckmueller/Homeassistant
These blueprints are focused on type “device”. See also the information from koenkk Zigbee2MQTT 2.0.0 breaking changes · Koenkk/zigbee2mqtt · Discussion #24198 · GitHub