Is this doable to insert a variable into an ios notification? I’m setting up the automation in node red but syntax should be the same.
Yes, just use data_template instead of data and insert the variable as a template, like:
message: “Temperature is {{ states.sensor.temperature.state }}“
1 Like