From 7fa3069b502cf6dd580947dbfaa985d4f1161a4c Mon Sep 17 00:00:00 2001 From: Matt N Date: Thu, 23 Feb 2017 03:23:07 -0800 Subject: [PATCH] Clarify how `repeat` works for alerts (#2084) It wasn't clear if the delay was relative to the initial state change or to the previous notification. --- source/_components/alert.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/alert.markdown b/source/_components/alert.markdown index baa601a0383..423d3bde7c2 100644 --- a/source/_components/alert.markdown +++ b/source/_components/alert.markdown @@ -92,4 +92,4 @@ alert: - kristens_phone ``` -Now, the first message will be sent after a 15 minute delay. The second will be sent after a 30 minute delay. A 60 minute delay will fall between every following notification. +Now the first message will be sent after a 15 minute delay, the second will be sent 30 minutes after that, and a 60 minute delay will fall between every following notification. For example, if the garage door opens at 2:00, a notification will be sent at 2:15, 2:45, 3:45, 4:45, etc., continuing every 60 minutes.