Rename time trigger 'after' to 'at' (#2731)
This commit is contained in:
parent
db428a5c2d
commit
6cf3cd0a24
10 changed files with 23 additions and 23 deletions
|
@ -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'
|
||||
|
|
|
@ -44,7 +44,7 @@ Turn auxiliary heater on/off for climate device
|
|||
automation:
|
||||
trigger:
|
||||
platform: time
|
||||
after: "07:15:00"
|
||||
at: "07:15:00"
|
||||
action:
|
||||
- service: climate.set_aux_heat
|
||||
data:
|
||||
|
@ -69,7 +69,7 @@ reflecting a situation where the climate device is set to save energy. This may
|
|||
automation:
|
||||
trigger:
|
||||
platform: time
|
||||
after: "07:15:00"
|
||||
at: "07:15:00"
|
||||
action:
|
||||
- service: climate.set_away_mode
|
||||
data:
|
||||
|
@ -96,7 +96,7 @@ temporary target temperature. The particular modes available depend on the clima
|
|||
automation:
|
||||
trigger:
|
||||
platform: time
|
||||
after: "07:15:00"
|
||||
at: "07:15:00"
|
||||
action:
|
||||
- service: climate.set_hold_mode
|
||||
data:
|
||||
|
@ -122,7 +122,7 @@ Set target temperature of climate device
|
|||
automation:
|
||||
trigger:
|
||||
platform: time
|
||||
after: "07:15:00"
|
||||
at: "07:15:00"
|
||||
action:
|
||||
- service: climate.set_temperature
|
||||
data:
|
||||
|
@ -146,7 +146,7 @@ Set target humidity of climate device
|
|||
automation:
|
||||
trigger:
|
||||
platform: time
|
||||
after: "07:15:00"
|
||||
at: "07:15:00"
|
||||
action:
|
||||
- service: climate.set_humidity
|
||||
data:
|
||||
|
@ -169,7 +169,7 @@ Set fan operation for climate device
|
|||
automation:
|
||||
trigger:
|
||||
platform: time
|
||||
after: "07:15:00"
|
||||
at: "07:15:00"
|
||||
action:
|
||||
- service: climate.set_fan_mode
|
||||
data:
|
||||
|
@ -192,7 +192,7 @@ Set operation mode for climate device
|
|||
automation:
|
||||
trigger:
|
||||
platform: time
|
||||
after: "07:15:00"
|
||||
at: "07:15:00"
|
||||
action:
|
||||
- service: climate.set_operation_mode
|
||||
data:
|
||||
|
@ -215,7 +215,7 @@ Set operation mode for climate device
|
|||
automation:
|
||||
trigger:
|
||||
platform: time
|
||||
after: "07:15:00"
|
||||
at: "07:15:00"
|
||||
action:
|
||||
- service: climate.set_swing_mode
|
||||
data:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -41,7 +41,7 @@ Set cover position of one or multiple covers.
|
|||
automation:
|
||||
trigger:
|
||||
platform: time
|
||||
after: "07:15:00"
|
||||
at: "07:15:00"
|
||||
action:
|
||||
- service: cover.set_cover_position
|
||||
data:
|
||||
|
@ -64,7 +64,7 @@ Set cover tilt position of one or multiple covers.
|
|||
automation:
|
||||
trigger:
|
||||
platform: time
|
||||
after: "07:15:00"
|
||||
at: "07:15:00"
|
||||
action:
|
||||
- service: cover.set_cover_tilt_position
|
||||
data:
|
||||
|
|
|
@ -66,7 +66,7 @@ automation:
|
|||
- alias: turn hvac on
|
||||
trigger:
|
||||
platform: time
|
||||
after: '5:30:00'
|
||||
at: '5:30:00'
|
||||
action:
|
||||
service: switch.mysensors_send_ir_code
|
||||
entity_id: switch.hvac_1_1
|
||||
|
@ -76,7 +76,7 @@ automation:
|
|||
- alias: turn hvac off
|
||||
trigger:
|
||||
platform: time
|
||||
after: '0:30:00'
|
||||
at: '0:30:00'
|
||||
action:
|
||||
service: switch.mysensors_send_ir_code
|
||||
entity_id: switch.hvac_1_1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue