First attempts at some context-aware announcements

This commit is contained in:
2022-04-04 17:48:50 -04:00
parent f2e0076b7b
commit d1bc612a12
4 changed files with 338 additions and 1 deletions

View File

@ -61,4 +61,28 @@ automation:
state: 'on'
action:
- service: input_boolean.turn_off
entity_id: input_boolean.audible_notifications
entity_id: input_boolean.audible_notifications
script:
reset_annc_switches:
sequence:
- service: input_boolean.turn_off
entity_id: input_boolean.good_morning_report
morning_briefing:
sequence:
- service: button.press
target:
entity_id: button.good_morning
kallen_nightly_briefing:
sequence:
- service: script.local_audio
data_template:
media: "/media/music/ES_RiserSuction5.mp3"
volume: .5
speaker: 'media_player.basement_echo_dot'
- service: script.text_notify
data_template:
who: "all_ios"
message: "Time for Kallen to get ready for bed."