[SLS, ZIGBEE2MQTT] Aqara Wall Wireless Switch Double Key Edition (WXKG02LM)

Hi! Here is my example blueprint for Aqara Wall Wireless Switch Double Key Edition (WXKG02LM)

You’re welcome!

https://gist.github.com/Stayer/2065ad0814b980bf5cd47815c47a546d

1 Like

Hi,

I have WXKG02LM_rev2 and it uses commands like single_left instead of simply left (I think rev2 added double-click).

It could be solved by expanding the conditions like this blueprint Z2M - Aqara D1 Wireless Remote Switch (Double) to

      - conditions: "{{ command == 'single_left' or command == 'left' }}"
        sequence: !input left_click

(or just use that blueprint if one has WXKG02LM_rev2)

Just commenting so that you know, or anyone that finds this thread. Thank you!! :slight_smile:

1 Like