New core state track feature (#3313)

* Update binary_sensor.template.markdown

* Update trigger.markdown

* Update trigger.markdown
This commit is contained in:
Pascal Vizeli 2017-09-07 15:52:25 +02:00 committed by Fabian Affolter
parent c3736c2fd9
commit 964b6224b0
2 changed files with 22 additions and 0 deletions

View file

@ -68,6 +68,12 @@ automation:
# At least one of the following required
above: 17
below: 25
# If given, will trigger when condition has been for X time.
for:
hours: 1
minutes: 10
seconds: 5
```
<p class='note'>