mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-22 00:55:18 +00:00
Leave the Flashing to me.
This commit is contained in:
parent
e9f9141195
commit
e5004b70e8
18
automation/ifttt_calendar.yaml
Executable file
18
automation/ifttt_calendar.yaml
Executable file
@ -0,0 +1,18 @@
|
|||||||
|
###################################
|
||||||
|
## IFTTT check Office 365 Calendar and Notifies me of appointments. Flash lights but only at reasonable hours.
|
||||||
|
###################################
|
||||||
|
- alias: 'IFTTT Appointment reminder'
|
||||||
|
hide_entity: True
|
||||||
|
trigger:
|
||||||
|
- platform: event
|
||||||
|
event_type: IFTTT_Appointment
|
||||||
|
|
||||||
|
condition:
|
||||||
|
- condition: time
|
||||||
|
after: '06:00:00'
|
||||||
|
before: '20:00:00'
|
||||||
|
|
||||||
|
action:
|
||||||
|
- service: script.flash_notify
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user