Add mail templates, plus initial status alert delay for probes

i.e. let the temp get "proper bad" (for some minutes) before alerting
This commit is contained in:
Lance Edgar 2016-12-10 12:40:50 -06:00
parent d87ea6c22d
commit 646f09a413
6 changed files with 95 additions and 1 deletions

View file

@ -0,0 +1,9 @@
## -*- coding: utf-8 -*-
<html>
<body>
<p><b>This is a notice from ${probe}.</b><br>
Things are back to normal now, status is: ${status}.<br />
Current temperature is within expected range, at ${reading.degrees_f}
</p>
</body>
</html>