I’m relatively new to HA automations as I was using Node Red for a long time. But the added dependency of Node Red and improving automation capabilities of HA are bringing me back to native automations.
This may be sacrilegious, but I want to use primarily the automation UI vs hacking around the YAML files, since it’s more approachable and easier mess with. I’m trying to setup an automation to turn on and off a small space heater in my kids room at night as it’s more efficient than trying to heat/cool my entire house for that one room.
I have this automation trigger for when it’s too hot:
In my Actions section, I want to turn the the heater off and send a notification to myself during this adjustment period so I’m more aware of how often it’s happening. However, what’s the right way to get the sensor’s value (the temp) within the telegram notification text?