Halloween Flasher! Trick or Treat!

This commit is contained in:
CCOSTAN
2016-10-28 00:58:31 +00:00
parent 68854255dc
commit 18e80b5899
3 changed files with 33 additions and 11 deletions

View File

@@ -37,6 +37,7 @@ Software on the Pi : [Home Assistant](https://home-assistant.io/) , [Dasher](htt
* (IFTTT) Blink Office lights 15 minutes before ANY meeting on my calendar (using IFTTT)
* (IFTTT) Stop watering grass via Rachio if winds are greater than 20 MPH.
* (IFTTT) Blink ALL lights if Winds get to 70MPH - Hurricance warning.
* Halloween Special - Flash all front lights when motion is detected via SkyBell (IFTTT - Maker)
![Screenshot of Home View](https://i.imgur.com/Exz32fr.png)
![Screenshot of Lights](https://i.imgur.com/rPm5wgJ.png)

View File

@@ -19,17 +19,26 @@
action:
- service: light.turn_on
# entity_id: group.all_lights
entity_id: light.office_lamp
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: light.office_lamp
data:
flash: long
- delay: 00:00:5
- service: light.turn_on
entity_id: light.office_lamp
entity_id: group.halloween_flasher
data:
flash: long

View File

@@ -3,11 +3,23 @@ Holiday:
- switch.halloween_lights_den
- switch.halloween_lights_dining_room
- switch.pumpkin_lights
#########################################
### Pumpkin lights used in ###
### holiday / late night helper & ###
### Good_night ###
#########################################
Halloween_Flasher:
entities:
- light.couch_1
- light.couch_2
- light.couch_tv
- light.den_lamp
- light.foyer_door
- light.foyer
- light.office_lamp
- light.sconce_1
- light.sconce_2
- light.sconce_3
- light.sconce_4