Taking steps to localize stuff - #872

This commit is contained in:
ccostan
2020-09-26 13:15:36 -04:00
parent e31a52ab84
commit b82b182776
3 changed files with 6 additions and 5 deletions

View File

@@ -0,0 +1,22 @@
###################################
## IFTTT checks Office 365 Calendar and Notifies me of appointments. Flash lights but only at reasonable hours.
## Will have to figure out a new way to query O365 Calendar items. Possibly use MS Flow for this and HA webhooks.
###################################
- alias: 'IFTTT Appointment reminder'
id: 271d2fa0-4dfa-4af2-90de-3f61ff94a420
trigger:
- platform: event
#Sent from IFTTT Webhooks : {"action":"IFTTT_Appointment:}
event_type: ifttt_webhook_received
event_data:
action: IFTTT_Appointment
condition:
- condition: time
after: '08:00:00'
before: '20:00:00'
action:
- service: script.flash_notify