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
trigger:
- platform: time
at: '04:05:00'
at: '04:00:10'
condition:
- condition: template
value_template: >

View File

@ -73,7 +73,7 @@ automation:
alias: Kallen Scheduling
trigger:
- platform: time
at: '04:20:00'
at: '04:01:00'
id: kallen-morning
- platform: time
at: '16:00:00'
@ -94,10 +94,10 @@ automation:
alias: House Scheduling
trigger:
- platform: time
at: '04:25:00'
at: '04:01:10'
id: house-morning
- platform: time
at: '16:05:00'
at: '16:00:10'
id: house-evening
action:
- if:
@ -116,10 +116,10 @@ automation:
alias: Master Bedroom Scheduling
trigger:
- platform: time
at: '06:07:00'
at: '04:02:10'
id: mrbedroom-morning
- platform: time
at: '16:30:00'
at: '16:00:20'
id: mrbedroom-evening
action:
- if:
@ -133,11 +133,16 @@ automation:
then:
- 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
alias: Emma Bedroom Scheduling
trigger:
- platform: time
at: '06:06:00'
at: '04:02:00'
id: emma-morning
- platform: time
at: '16:00:30'
id: emma-evening
action:
- service: script.emma_bedroom_scheduling