Hi
I’ve got an automation with 3 numeric_state triggers and when this happens I receive this notification:
action:
- service: notify.family
metadata: {}
data:
message: the trigger: "{{ trigger.to_state.name }}". The temperature is...
I would like to add the actual temperature of that specific trigger / sensor. Is that possible?
Thanks