Tweaks for K
This commit is contained in:
@ -221,6 +221,15 @@ automation:
|
|||||||
- service: script.kallen_scheduling_evening
|
- service: script.kallen_scheduling_evening
|
||||||
- service: script.house_scheduling_evening
|
- service: script.house_scheduling_evening
|
||||||
|
|
||||||
|
- id: 94b57d79-efe0-4f34-b5e3-baeaa5eea9f4
|
||||||
|
alias: Kallen Asleep
|
||||||
|
trigger:
|
||||||
|
- platform: time
|
||||||
|
at: input_datetime.kallen_bedtime
|
||||||
|
action:
|
||||||
|
- service: input_boolean.turn_off
|
||||||
|
entity_id: input_boolean.kallen_awake
|
||||||
|
|
||||||
script:
|
script:
|
||||||
kallen_morning_meds:
|
kallen_morning_meds:
|
||||||
alias: 'Kallen Morning Meds'
|
alias: 'Kallen Morning Meds'
|
||||||
|
@ -355,7 +355,7 @@ automation:
|
|||||||
zone: zone.elementary_school
|
zone: zone.elementary_school
|
||||||
condition:
|
condition:
|
||||||
- condition: time
|
- condition: time
|
||||||
after: "11:30:02"
|
after: "11:30:00"
|
||||||
weekday:
|
weekday:
|
||||||
- mon
|
- mon
|
||||||
- tue
|
- tue
|
||||||
@ -377,15 +377,6 @@ automation:
|
|||||||
tag: kallen-pickup
|
tag: kallen-pickup
|
||||||
initial_state: true
|
initial_state: true
|
||||||
|
|
||||||
- id: 94b57d79-efe0-4f34-b5e3-baeaa5eea9f4
|
|
||||||
alias: Kallen Asleep
|
|
||||||
trigger:
|
|
||||||
- platform: time
|
|
||||||
at: input_datetime.kallen_bedtime
|
|
||||||
action:
|
|
||||||
- service: input_boolean.turn_off
|
|
||||||
entity_id: input_boolean.kallen_awake
|
|
||||||
|
|
||||||
- id: 395ebb76-83e4-4a7c-913e-2598fef3d5c1
|
- id: 395ebb76-83e4-4a7c-913e-2598fef3d5c1
|
||||||
alias: Doorbell Alert
|
alias: Doorbell Alert
|
||||||
trigger:
|
trigger:
|
||||||
|
Reference in New Issue
Block a user