Mqtt rf window sensor and Motion sensor

I have the problem that i can´t configure my Door and Windows sensors and my motion sensors. They are connected to the Sonoff RF Bridge and mqtt is set up.
17:02:51.660 MQT: tele/Bridge/RESULT = {“Time”:“2021-02-19T17:02:51”,“RfReceived”:{“Sync”:12790,“Low”:420,“High”:1260,“Data”:“1BE893”,“RfKey”:5}}
17:02:54.575 MQT: tele/Bridge/RESULT = {“Time”:“2021-02-19T17:02:54”,“RfReceived”:{“Sync”:12780,“Low”:430,“High”:1260,“Data”:“1BE899”,“RfKey”:“None”}}
These are the consol logs from the rf bridge.
Thank you in advance.

i think you can create mqtt binary sensors like this.

binary_sensor:
  - platform: mqtt
    name: "Door Sensor"
    state_topic: "tele/Bridge/RESULT"
    value_template: "{{ value_json.RfReceived.Sync }}"
    payload_on: "12790"
    payload_off: "12780"
    device_class: door