Release 0.14 blogpost
This commit is contained in:
parent
16bf1e5838
commit
05f2ad1f5b
14 changed files with 188 additions and 18 deletions
|
@ -129,6 +129,11 @@ automation:
|
|||
# Optional
|
||||
from: 'not_home'
|
||||
to: 'home'
|
||||
# If given, will trigger when state has been the to state for X time.
|
||||
for:
|
||||
hours: 1
|
||||
minutes: 10
|
||||
seconds: 5
|
||||
```
|
||||
|
||||
<p class='note warning'>
|
||||
|
@ -249,6 +254,12 @@ automation:
|
|||
platform: state
|
||||
entity_id: device_tracker.paulus
|
||||
state: not_home
|
||||
# optional: trigger only if state was this for last X time.
|
||||
for:
|
||||
hours: 1
|
||||
minutes: 10
|
||||
seconds: 5
|
||||
|
||||
```
|
||||
|
||||
#### {% linkable_title Sun condition %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue