Broadlink RM Mini 3 - Button Config?

I see the Broadlink switches component which allows you to have an on/off switch, but how can I setup to basically mimic button presses on a remote? Do you just fill in the ON value and leave the off blank?

For example, my curtains have three button: open, stop, close. Is this the best config to use?

- platform: broadlink
  host: 192.168.3.91
  mac: b4:43:0d:fc:1a:44
  friendly_name: Bedroom IR
  # type: rm_mini
  switches:
    curtains_open:
      friendly_name: Curtains Open
      command_on: 'switch_packet on'
      command_off: ''
    curtains_stop:
      friendly_name: Curtains Stop
      command_on: 'switch_packet on'
      command_off: ''
    curtains_close:
      friendly_name: Curtains Close
      command_on: 'switch_packet on'
      command_off: ''

I have the same question. Did you get it to work with that syntax?

Use an automation and it will create an activate button. Very lame there isn’t a momentary push button function, but beggars can’t be choosers…

@Danielhiversen posted in another thread where he is only using one command. So it seems to work to only provide one or the other.

See the example below.