Skip to content

Commit dd5a176

Browse files
Carlo CostanzoLandrash
Carlo Costanzo
authored andcommitted
Clarification time. (home-assistant#1598)
Just some clarification based on home-assistant/core#4904 (comment)
1 parent 45fc9c1 commit dd5a176

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

source/getting-started/automation-trigger.markdown

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ automation:
113113
platform: time
114114
# Matches every hour at 5 minutes past whole
115115
minutes: 5
116-
seconds: 0
116+
seconds: 00
117117
118118
automation 2:
119119
trigger:
@@ -127,8 +127,11 @@ automation 3:
127127
platform: time
128128
# You can also match on interval. This will match every 5 minutes
129129
minutes: '/5'
130-
seconds: 0
130+
seconds: 00
131131
```
132+
<p class='note warning'>
133+
Rememebr that if you are using matching to include both `minutes` and `seconds`. Without `seconds`, your automation will trigger 60 times during the matching minute.
134+
</p>
132135

133136
### {% linkable_title Zone trigger %}
134137

0 commit comments

Comments
 (0)