diff --git a/config/packages/announcements.yaml b/config/packages/announcements.yaml index 6cfd9ad..f69e10e 100755 --- a/config/packages/announcements.yaml +++ b/config/packages/announcements.yaml @@ -87,8 +87,13 @@ automation: call_chores: 1 - service: script.twitter_notify data: - message: 'I just provided a morning briefing including weather, and traffic - conditions, and other things that ensure the residents of Anchorage House know what to expect today. ' + message: >- + {{ [ "I just provided a morning briefing including weather, and traffic + conditions, and other things that ensure the residents of Anchorage House know what to expect today.", + "Time for the daily update. It was like that scene in Ironman where JARVIS gives the daily briefing but no one was listening. ", + "I have prepared a safety briefing to present to my residents but they would just ignore it.", + "Each day at this time I provide the residents of this house an update that includes everything they need to know about the upcoming day. But with more snark." + ] | random }} - id: skylar_morning_greeting alias: Skylar Morning Greeting @@ -114,6 +119,28 @@ automation: call_skylar_events: 1 call_clothes_suggestion: 1 + - id: skylar_morning_alarm_announcement + alias: skylar morning alarm announcement + trigger: + - platform: time + at: '06:00:00' + condition: + condition: template + value_template: '{{ states.calendar.skylar_school.attributes.offset_reached == True }}' + action: + - service: notify.alexa_media_skylar_s_bedroom + data: + message: Good Morning Skylar. Time to Rise and Shine. + data: + type: tts + - delay: + seconds: 30 + - service: notify.alexa_media_skylar_s_bedroom + data: + message: Good Morning Skylar. You have school today. Time to get up. + data: + type: tts + - id: set_skylar_morning_report_time alias: set skylar morning report time trigger: