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

@ -44,7 +44,7 @@ automation:
alias: Turn on heater on workdays
trigger:
platform: time
after: '08:00:00'
at: '08:00:00'
condition:
condition: state
entity_id: 'binary_sensor.workday_sensor'