Disabling Skylars morning alarm via echo

This commit is contained in:
Jeffrey Stone 2020-04-24 14:44:09 -04:00
parent 602263f43c
commit 3036e1b732
1 changed files with 21 additions and 21 deletions

View File

@ -121,27 +121,27 @@ automation:
call_skylar_events: 1 call_skylar_events: 1
call_clothes_suggestion: 1 call_clothes_suggestion: 1
- id: skylar_morning_alarm_announcement # - id: skylar_morning_alarm_announcement
alias: skylar morning alarm announcement # alias: skylar morning alarm announcement
trigger: # trigger:
- platform: time # - platform: time
at: '07:00:00' # at: '07:00:00'
condition: # condition:
condition: template # condition: template
value_template: '{{ states.calendar.skylar_school.attributes.offset_reached == True }}' # value_template: '{{ states.calendar.skylar_school.attributes.offset_reached == True }}'
action: # action:
- service: notify.alexa_media_skylar_s_bedroom # - service: notify.alexa_media_skylar_s_bedroom
data: # data:
message: Good Morning Skylar. Time to Rise and Shine. # message: Good Morning Skylar. Time to Rise and Shine.
data: # data:
type: tts # type: tts
- delay: # - delay:
seconds: 30 # seconds: 30
- service: notify.alexa_media_skylar_s_bedroom # - service: notify.alexa_media_skylar_s_bedroom
data: # data:
message: Good Morning Skylar. You have school today. Time to get up. # message: Good Morning Skylar. You have school today. Time to get up.
data: # data:
type: tts # type: tts
- id: set_skylar_morning_report_time - id: set_skylar_morning_report_time
alias: set skylar morning report time alias: set skylar morning report time