2018-01-02 00:00:45 +00:00
|
|
|
###################################
|
|
|
|
## IFTTT checks Office 365 Calendar and Notifies me of appointments. Flash lights but only at reasonable hours.
|
|
|
|
###################################
|
|
|
|
- alias: 'IFTTT Appointment reminder'
|
2020-02-15 21:22:42 +00:00
|
|
|
|
2018-01-02 00:00:45 +00:00
|
|
|
trigger:
|
|
|
|
- platform: event
|
2020-02-15 21:22:42 +00:00
|
|
|
#Sent from IFTTT Webhooks : {"action":"IFTTT_Appointment:}
|
|
|
|
event_type: ifttt_webhook_received
|
|
|
|
event_data:
|
|
|
|
action: IFTTT_Appointment
|
|
|
|
|
|
|
|
|
2018-01-02 00:00:45 +00:00
|
|
|
condition:
|
|
|
|
- condition: time
|
2020-02-15 21:22:42 +00:00
|
|
|
after: '08:00:00'
|
2018-01-02 00:00:45 +00:00
|
|
|
before: '20:00:00'
|
2020-02-15 21:22:42 +00:00
|
|
|
|
2018-01-02 00:00:45 +00:00
|
|
|
action:
|
|
|
|
- service: script.flash_notify
|