Nightly briefing for K
This commit is contained in:
@ -63,6 +63,16 @@ automation:
|
||||
- service: input_boolean.turn_off
|
||||
entity_id: input_boolean.audible_notifications
|
||||
|
||||
- id: 754da2e2-af95-43b0-bb4e-9df553c305fd
|
||||
alias: Kallen Nightly Briefing
|
||||
trigger:
|
||||
platform: time
|
||||
at: input_datetime.kallen_nightly_report
|
||||
action:
|
||||
- service: script.turn_on
|
||||
entity_id: script.kallen_nightly_briefing
|
||||
|
||||
|
||||
script:
|
||||
reset_annc_switches:
|
||||
sequence:
|
||||
@ -77,12 +87,10 @@ script:
|
||||
|
||||
kallen_nightly_briefing:
|
||||
sequence:
|
||||
- service: script.local_audio
|
||||
data_template:
|
||||
media: "/media/music/ES_RiserSuction5.mp3"
|
||||
volume: .5
|
||||
speaker: 'media_player.living_room_echo_dot'
|
||||
- service: script.text_notify
|
||||
data_template:
|
||||
who: "all_ios"
|
||||
message: "Time for Kallen to get ready for bed."
|
||||
message: "Time for Kallen to get ready for bed."
|
||||
- service: notify.alexa_media_basement_echo_dot
|
||||
data:
|
||||
message: !include ../templates/speech/kallen_nightly_briefing.yaml
|
||||
|
Reference in New Issue
Block a user