Hi, i want to send sensor data via sms on demand from an esphome node. The sms config works fine but i don´t get the sensor data inside the message. This ist the part of the yaml:
Inside the template preview in the developer section this works as intended and shows the sensor data. But on the esphome node the sms just got the template code as plain text and not the sensor data itself.
The problem was that i´ve tried to insert a floating value instead of a string.
Can someone help me to get a better format for the sms? I don´t know how to get some text in front of the value and how i get more than one value inside one sms.