mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 01:46:50 +00:00
Clarification time. (#1598)
Just some clarification based on https://github.com/home-assistant/home-assistant/issues/4904#issuecomment-267426303
This commit is contained in:
parent
45fc9c1356
commit
dd5a1767a2
@ -113,7 +113,7 @@ automation:
|
|||||||
platform: time
|
platform: time
|
||||||
# Matches every hour at 5 minutes past whole
|
# Matches every hour at 5 minutes past whole
|
||||||
minutes: 5
|
minutes: 5
|
||||||
seconds: 0
|
seconds: 00
|
||||||
|
|
||||||
automation 2:
|
automation 2:
|
||||||
trigger:
|
trigger:
|
||||||
@ -127,8 +127,11 @@ automation 3:
|
|||||||
platform: time
|
platform: time
|
||||||
# You can also match on interval. This will match every 5 minutes
|
# You can also match on interval. This will match every 5 minutes
|
||||||
minutes: '/5'
|
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 %}
|
### {% linkable_title Zone trigger %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user