Broadlink RM Mini send command new version

Hey I have updated HA to version 0.9.4
I would like to setup the Broadlink RM mini for using input select ,
i am trying to send a command but settings seems to change

need to add IP address and add the command but what structure i need to maintain?

Hi,
You need to use following Service Data:
{"host:“IP.Address.of.your.Broadlink”,“packet”:“Base64.encoded.packet.here”}
In an automation.yaml it would look like this:

- service: broadlink.send
  data:
    host: IP.Address.of.your.Broadlink
    packet:
    - Base64.encoded.packet.here

Hey can you send example on JSON format?

He already did: