Clarification time. (#1598)

Just some clarification based on https://github.com/home-assistant/home-assistant/issues/4904#issuecomment-267426303
This commit is contained in:
Carlo Costanzo 2016-12-20 02:24:47 -05:00 committed by Fredrik Lindqvist
parent 45fc9c1356
commit dd5a1767a2

View File

@ -113,7 +113,7 @@ automation:
platform: time
# Matches every hour at 5 minutes past whole
minutes: 5
seconds: 0
seconds: 00
automation 2:
trigger:
@ -127,8 +127,11 @@ automation 3:
platform: time
# You can also match on interval. This will match every 5 minutes
minutes: '/5'
seconds: 0
seconds: 00
```
<p class='note warning'>
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.
</p>
### {% linkable_title Zone trigger %}