Need a second set of eyes.

This commit is contained in:
CCOSTAN 2016-12-22 16:42:46 +00:00
parent f0da388e4f
commit 9764841bd5
3 changed files with 38 additions and 23 deletions

View File

@ -1,23 +1,14 @@
###################################
## 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
###################################
## LOG IFTTT Stuff - SkyBell
###################################
- alias: 'Log SkyBell Pressed Activity'
hide_entity: True
trigger:
- platform: event
event_type: skybell_pressed
action:
- service: script.skybell_pressed

23
automation/motion_sensing.yaml Executable file
View File

@ -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