2016-10-18 01:09:31 +00:00
|
|
|
###################################
|
|
|
|
## LOG IFTTT Stuff - SkyBell
|
|
|
|
###################################
|
|
|
|
|
|
|
|
- alias: 'Log SkyBell Pressed Activity'
|
|
|
|
hide_entity: True
|
|
|
|
trigger:
|
|
|
|
- platform: event
|
|
|
|
event_type: skybell_pressed
|
|
|
|
|
|
|
|
action:
|
2016-12-02 21:25:09 +00:00
|
|
|
- service: logbook.log
|
2016-12-02 21:37:57 +00:00
|
|
|
data:
|
|
|
|
name: "SkyBell HD Doorbell:"
|
|
|
|
message: "Someone Pressed the Doorbell."
|
2016-12-04 07:01:53 +00:00
|
|
|
|
|
|
|
######################################################################
|
|
|
|
|
2016-10-18 01:09:31 +00:00
|
|
|
- alias: 'Log SkyBell Motion detection'
|
|
|
|
hide_entity: True
|
|
|
|
trigger:
|
|
|
|
- platform: event
|
|
|
|
event_type: skybell_motion
|
|
|
|
|
|
|
|
action:
|
2016-12-04 07:01:53 +00:00
|
|
|
- service: script.front_house_motion
|