removed a bunch of disabled files that just aren't coming back.

This commit is contained in:
CCOSTAN
2025-01-13 18:55:27 +00:00
parent cf75c3eb2b
commit 4831858e5c
7 changed files with 0 additions and 688 deletions

View File

@@ -1,22 +0,0 @@
###################################
## 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