ZHA - THIRDREALITY Single Button Zigbee Remote (Model 3RSB22BZ) Q3 2025

Updated for late 2025, based on the previous version here: (Dev: Wonko)
ZHA - THIRDREALITY Single Button Zigbee Remote (Model 3RSB22BZ)

The update changes from the previous single, double and hold events to the now working “toggle” “off” and “on” events.

Also a link to the updated product page at 3rd Reality:
Smart Button

Not sure how I make this a blueprint for import, or update the URL below - but this might work for people as the old blueprint did not work for me without these updates:

blueprint:
  name: ZHA - THIRDREALITY Single Button Remote
  description: Control things with THIRDREALITY Single Buton Remote
  domain: automation
  input:
    remote:
      name: Remote
      description: THIRDREALITY remote to use
      selector:
        device:
          integration: zha
          manufacturer: Third Reality, Inc
          model: 3RSB22BZ
          multiple: false
    button_single_click:
      name: Button single-click
      description: Action to perform on button single click
      default: []
      selector:
        action: {}
    button_double_click:
      name: Button double-click
      description: Action to perform on button double click
      default: []
      selector:
        action: {}
    button_hold:
      name: Button hold
      description: Action to perform on button hold
      default: []
      selector:
        action: {}
  source_url: https://community.home-assistant.io/t/zha-thirdreality-single-button-zigbee-remote-model-3rsb22bz/546977
mode: restart
max_exceeded: silent
trigger:
- platform: event
  event_type: zha_event
  event_data:
    device_id: !input remote
action:
- variables:
    command: '{{ trigger.event.data.command }}'
- choose:
  - conditions:
    - '{{ command == ''toggle'' }}'
    sequence: !input button_single_click
  - conditions:
    - '{{ command == ''off'' }}'
    sequence: !input button_double_click
  - conditions:
    - '{{ command == ''on'' }}'
    sequence: !input button_hold

Hello drango95,

Thanks for contributing to the community with a new Blueprint.
I have a suggestion for you. Many people who are not familiar with directory structures will have problems installing this without the Home Assistant MY tools.
Adding a MY link for this Blueprint to your top post would help them a lot.
Here is the link to make that.
Create a link – My Home Assistant

1 Like

Thanks. I’m new too! Not sure how I point this link creator at just the code above. Any advice on that?

1 Like

This link to the top post here will work as the URL to put into that tool.
Try things until it works for you.
https://community.home-assistant.io/t/zha-thirdreality-single-button-zigbee-remote-model-3rsb22bz-q3-2025/954567

Says I am a new user, and I cannot embed any further, nor more than 2 links. Guess I need to wait for something ¯_(ツ)_/¯,

Read a few threads here.
Comment on a couple of things.
That and a day or 2 is all that’s needed to level up here and you will be able to.
Just add the link to another post until it lets you edit that again.

Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.

Link to import into HA. Can’t edit the original post any longer, so here it is.