in my config yml file, i have this
binary_sensor:
- platform: mqtt
state_topic: "tele/RF_Bridge/RESULT"
name: 'power light'
value_template: '{{value_json.RfReceived.Data}}'
payload_on: 'CE3401'
payload_off: 'CE3401off'
off_delay: 10
qos: 1
works perfectly fine on 2022.11.x till i upgraded to 2023.3.x two days ago. that’s when i noticed some devices stop working. have not fully test them all out yet. but for sure the Sonoff RF is working as seen in console
in Dev tab, i dont even see the binary sensor of “power_light”
