@ -156,4 +156,13 @@ script:
|
||||
manual_control: false
|
||||
entity_id: switch.adaptive_lighting_master_bedroom
|
||||
|
||||
# TODO: Figure out which actions to move here, and which ones to keep in Node-RED
|
||||
# TODO: Figure out which actions to move here, and which ones to keep in Node-RED
|
||||
|
||||
master_bedroom_wakeup_briefing:
|
||||
alias: Master Bedroom Wakeup Briefing
|
||||
mode: single
|
||||
sequence:
|
||||
- service: script.speech_engine
|
||||
data:
|
||||
who: "{{ who|default('master_bedroom') }}"
|
||||
message: !include ../templates/speech/master_bedroom_wakeup.yaml
|
@ -13,6 +13,9 @@ input_boolean:
|
||||
tina_night_meds_taken:
|
||||
name: Tina Night Meds Taken
|
||||
icon: mdi:medication
|
||||
tina_awake:
|
||||
name: Tina Awake
|
||||
icon: mdi:eye-check
|
||||
|
||||
input_datetime:
|
||||
tina_workday_start:
|
||||
|
@ -16,6 +16,9 @@ input_boolean:
|
||||
tony_custom_meds_taken_p1:
|
||||
name: Tony Custom Meds Taken P1
|
||||
icon: mdi:medication
|
||||
tony_awake:
|
||||
name: Tony Awake
|
||||
icon: mdi:eye-check
|
||||
|
||||
input_datetime:
|
||||
tony_streaming_start_time:
|
||||
|
Reference in New Issue
Block a user