2016-12-22 16:42:46 +00:00
|
|
|
###################################
|
2017-01-16 17:14:29 +00:00
|
|
|
## LOG IFTTT Stuff - [SkyBell HD](http://amzn.to/2dcexIB)
|
2016-12-22 16:42:46 +00:00
|
|
|
###################################
|
|
|
|
|
|
|
|
- alias: 'Log SkyBell Pressed Activity'
|
|
|
|
hide_entity: True
|
|
|
|
trigger:
|
|
|
|
- platform: event
|
|
|
|
event_type: skybell_pressed
|
|
|
|
|
|
|
|
action:
|
|
|
|
- service: script.skybell_pressed
|
|
|
|
|
|
|
|
######################################################################
|
|
|
|
|
|
|
|
- alias: 'Log SkyBell Motion detection'
|
|
|
|
hide_entity: True
|
|
|
|
trigger:
|
|
|
|
- platform: event
|
|
|
|
event_type: skybell_motion
|
|
|
|
|
|
|
|
action:
|
|
|
|
- service: script.front_house_motion
|