Need a second set of eyes.

pull/76/head
CCOSTAN 9 years ago
parent f0da388e4f
commit 9764841bd5

@ -11,13 +11,4 @@
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

@ -0,0 +1,23 @@
###################################
## LOG IFTTT Stuff - SkyBell
###################################
- 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

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save

Powered by TurnKey Linux.