First attempts at some context-aware announcements
This commit is contained in:
@ -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."
|
Reference in New Issue
Block a user