Rename time trigger 'after' to 'at' (#2731)

This commit is contained in:
Adam Mills 2017-06-02 01:41:02 -04:00 committed by Paulus Schoutsen
parent db428a5c2d
commit 6cf3cd0a24
10 changed files with 23 additions and 23 deletions

View file

@ -217,14 +217,14 @@ automation:
- alias: soft reset at 2:30am
trigger:
platform: time
after: '2:30:00'
at: '2:30:00'
action:
service: zwave.soft_reset
- alias: heal at 2:31am
trigger:
platform: time
after: '2:31:00'
at: '2:31:00'
action:
service: zwave.heal_network
```