Skip to content

Commit 7fa3069

Browse files
mnoorenberghefabaff
authored andcommitted
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.
1 parent 79deb1e commit 7fa3069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/alert.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ alert:
9292
- kristens_phone
9393
```
9494

95-
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.
95+
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.

0 commit comments

Comments
 (0)