Initial concept for sleep awareness
This commit is contained in:
@ -250,6 +250,14 @@ script:
|
||||
message: !include ../templates/speech/welcome_home.yaml
|
||||
mode: restart
|
||||
|
||||
master_bedroom_wakeup_briefing:
|
||||
alias: Master Bedroom Wakeup Briefing
|
||||
sequence:
|
||||
- service: script.speech_engine
|
||||
data:
|
||||
who: "{{ who|default('master_bedroom') }}"
|
||||
message: !include ../templates/speech/master_bedroom_wakeup.yaml
|
||||
|
||||
birthday_announcement:
|
||||
alias: 'Birthday Announcement'
|
||||
sequence:
|
||||
|
@ -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