Hi!
There is any way in order to create a sensor which call a service through value template?
Something like:
- platform: mqtt
state_topic: "tele/RF_Bridge/RESULT"
name: "Testing"
value_template: >
{% if value_json.RfReceived.Data == '81CD4E' %}{% "CALL SERVICE SET.VARIABLE" %}{% endif %}
qos: 2