Motion Testing!

This commit is contained in:
CCOSTAN
2016-12-02 21:37:57 +00:00
parent 4d26a42c88
commit 354f10a12a

27
automation/ifttt_SkyBellHD.yaml Executable file
View File

@@ -0,0 +1,27 @@
###################################
## LOG IFTTT Stuff - SkyBell
###################################
- alias: 'Log SkyBell Pressed Activity'
hide_entity: True
trigger:
- platform: event
event_type: skybell_pressed
action:
- service: logbook.log
data:
name: "SkyBell HD Doorbell:"
message: "Someone Pressed the Doorbell."
- alias: 'Log SkyBell Motion detection'
hide_entity: True
trigger:
- platform: event
event_type: skybell_motion
action:
service: logbook.log
data:
name: "SkyBell HD Doorbell:"
message: "Someone is by the door."