MQTT Automation Condition

I have multiple RF433 sensor attached in my doors. They are integrated with Sonoff RF Bridge (flashed with Tasmota) and Home Assistance. At this moment when I open any door I am receiving same message. I want to create filter with Condition in Automation.yaml.

I used,
value_template: ‘{{ trigger.payload_json.RfReceived.Data == xxxxx }}’

If I remove the condition section i am receiving Notification in my iPhone. But if I enable this section I am not receiving any notification. What I am doing wrong here?
I am using HA version 0.112.4.

Please don’t share YAML as an image. Include it as a code block in your post.

Anyway, change E4220A to "E4220A"

Thanks it is working. I missed the " ". I was trying with ’ ’ yesterday.
As per your suggestion. I also removed the screenshoot.