Ecobee Thermostat MAx Temp Warning

Yesterday I was not home when our outside temp reached 115 F.
When I got home one of my three ecobee themostats had a warning message that the thermostat went over the max temp to 98 F. My max temp warning is set at 95 F.
I found the problem and fixed it, but I would like to get a notification if this happens again.
I wrote the following to give me a true false in regards to the temp.

{{ state_attr('climate.office','max_temp') | int(72) >95 }}

Now it gives me a false error because the thermostat temp registers 79 F.

I want to create a value template to warn me if the same thing happens again, but I am stuck at how to write it.

Any help would be greatly appreciated