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

@ -42,7 +42,7 @@ automation:
- alias: Turn on Heater at 8pm
trigger:
- platform: time
after: "20:00:00"
at: "20:00:00"
action:
- service: climate.set_operation_mode
entity_id: climate.remotec_zxt120_heating_1_id
@ -61,7 +61,7 @@ automation:
- alias: Turn off Heater at 9pm
trigger:
- platform: time
after: "21:00:00"
at: "21:00:00"
action:
- service: climate.set_operation_mode
entity_id: climate.remotec_zxt120_heating_1_id