I am attempting to send a sensors attribute as a notification but cant seem to figure out where I am going wrong. I am sure it probably involves using templates but honestly I struggle to get most things working. Here is what I have so far.
Now I only get empty text instead of {{ states.sensor.pws_alerts.attributes.message }} as the actual message. Here is the data I am attempting to pass to the service
I always run my YAML through Lint since I am mostly doing this by trial and error. These forums have been awesome for helping me figure this stuff out. Ive been able to get it all working up until now. Log file says nothing because technically the trigger is working, I am just not getting the data I want.