2016-10-12 00:10:32 +00:00
|
|
|
# Here is a collection of automations for logging IFTTT supported devices in LogBook.
|
|
|
|
|
|
|
|
- alias: 'Log SkyBell Pressed Activity'
|
2016-10-12 17:38:27 +00:00
|
|
|
hide_entity: True
|
2016-10-12 00:10:32 +00:00
|
|
|
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'
|
2016-10-12 17:38:27 +00:00
|
|
|
hide_entity: True
|
2016-10-12 00:10:32 +00:00
|
|
|
trigger:
|
|
|
|
- platform: event
|
|
|
|
event_type: skybell_motion
|
|
|
|
|
|
|
|
action:
|
|
|
|
service: logbook.log
|
|
|
|
data:
|
|
|
|
name: "SkyBell HD Doorbell:"
|
|
|
|
message: "Someone is by the door."
|