Move master bedroom wakeup briefing to master bedroom yaml package
This commit is contained in:
@ -250,14 +250,6 @@ script:
|
|||||||
message: !include ../templates/speech/welcome_home.yaml
|
message: !include ../templates/speech/welcome_home.yaml
|
||||||
mode: restart
|
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:
|
birthday_announcement:
|
||||||
alias: 'Birthday Announcement'
|
alias: 'Birthday Announcement'
|
||||||
sequence:
|
sequence:
|
||||||
|
@ -157,3 +157,12 @@ script:
|
|||||||
entity_id: switch.adaptive_lighting_master_bedroom
|
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
|
Reference in New Issue
Block a user