Full Bright Lights if there is movement out front via Skybell and IFTTT.

This commit is contained in:
CCOSTAN
2016-12-04 07:01:53 +00:00
parent 79a4f3eea8
commit 3f1d7935fc
4 changed files with 41 additions and 74 deletions

View File

@@ -1,44 +0,0 @@
###################################
## Flash the lights on Halloween for the Tricker Treaters!
###################################
- alias: 'halloween flasher'
trigger:
# - platform: sun
# event: sunset
- platform: event
event_type: skybell_motion_disabled_until_next_year
condition:
condition: and
conditions:
- condition: state
entity_id: sun.sun
state: 'below_horizon'
- condition: time
before: '23:45'
action:
- service: light.turn_on
entity_id: group.halloween_flasher
data:
flash: long
- delay: 00:00:2
- service: light.turn_on
entity_id: group.halloween_flasher
data:
flash: long
- delay: 00:00:2
- service: light.turn_on
entity_id: group.halloween_flasher
data:
flash: long
- delay: 00:00:3
- service: light.turn_on
entity_id: group.halloween_flasher
data:
flash: long
- delay: 00:00:5
- service: light.turn_on
entity_id: group.halloween_flasher
data:
flash: long

View File

@@ -13,7 +13,9 @@
data:
name: "SkyBell HD Doorbell:"
message: "Someone Pressed the Doorbell."
######################################################################
- alias: 'Log SkyBell Motion detection'
hide_entity: True
trigger:
@@ -21,7 +23,4 @@
event_type: skybell_motion
action:
service: logbook.log
data:
name: "SkyBell HD Doorbell:"
message: "Someone is by the door."
- service: script.front_house_motion