mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 19:06:53 +00:00
Full Bright Lights if there is movement out front via Skybell and IFTTT.
This commit is contained in:
@@ -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
|
@@ -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
|
||||
|
Reference in New Issue
Block a user