You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
565 B
24 lines
565 B
###################################
|
|
## LOG IFTTT Stuff - [SkyBell HD](http://amzn.to/2dcexIB)
|
|
###################################
|
|
|
|
- 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
|