Condensed the daily scheduling automations

This commit is contained in:
2022-12-29 17:02:06 -05:00
parent 97362571fc
commit 5797468a2a
2 changed files with 12 additions and 7 deletions

View File

@ -178,7 +178,7 @@ automation:
initial_state: true initial_state: true
trigger: trigger:
- platform: time - platform: time
at: '04:05:00' at: '04:00:10'
condition: condition:
- condition: template - condition: template
value_template: > value_template: >

View File

@ -73,7 +73,7 @@ automation:
alias: Kallen Scheduling alias: Kallen Scheduling
trigger: trigger:
- platform: time - platform: time
at: '04:20:00' at: '04:01:00'
id: kallen-morning id: kallen-morning
- platform: time - platform: time
at: '16:00:00' at: '16:00:00'
@ -94,10 +94,10 @@ automation:
alias: House Scheduling alias: House Scheduling
trigger: trigger:
- platform: time - platform: time
at: '04:25:00' at: '04:01:10'
id: house-morning id: house-morning
- platform: time - platform: time
at: '16:05:00' at: '16:00:10'
id: house-evening id: house-evening
action: action:
- if: - if:
@ -116,10 +116,10 @@ automation:
alias: Master Bedroom Scheduling alias: Master Bedroom Scheduling
trigger: trigger:
- platform: time - platform: time
at: '06:07:00' at: '04:02:10'
id: mrbedroom-morning id: mrbedroom-morning
- platform: time - platform: time
at: '16:30:00' at: '16:00:20'
id: mrbedroom-evening id: mrbedroom-evening
action: action:
- if: - if:
@ -133,11 +133,16 @@ automation:
then: then:
- service: script.master_bedroom_scheduling_evening - service: script.master_bedroom_scheduling_evening
# Eventually will make this an actual morning/evening automation. For now, both triggers do the same thing.
- id: a69d3d36-09d6-4ef3-a245-c564c7cb577c - id: a69d3d36-09d6-4ef3-a245-c564c7cb577c
alias: Emma Bedroom Scheduling alias: Emma Bedroom Scheduling
trigger: trigger:
- platform: time - platform: time
at: '06:06:00' at: '04:02:00'
id: emma-morning
- platform: time
at: '16:00:30'
id: emma-evening
action: action:
- service: script.emma_bedroom_scheduling - service: script.emma_bedroom_scheduling