Move master bedroom wakeup briefing to master bedroom yaml package

This commit is contained in:
2023-10-10 12:31:42 -04:00
parent 678b028737
commit c27f080cab
2 changed files with 10 additions and 9 deletions

View File

@ -250,14 +250,6 @@ 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:

View File

@ -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