So I got the template working but the only problem is that when the temperatures hover around the same I get notifications that its warmer and then cooler outside several times.
Would anyone know how to get around this?
Make it notify only if the temperature difference is more than X degrees using a condition.
In the automation that notify you, you could either disable the automation for a given amount of time once it has notified you then turn it on again after that time
Using a same idea, you can create and input_boolean that will be turn_on after the notification, and you use this inut_boolean as a condition to the notify automation. (then you will need a second automation to turn it off when it has been on for X min).
Could you post your full automation so that I can more clearly what to do ?