Put away all the halloween stuff and add a colored light to the foyer outside!

This commit is contained in:
CCOSTAN 2016-11-05 23:35:54 +00:00
parent b7a9b3b4a6
commit a55bac2953
9 changed files with 46 additions and 21 deletions

View File

@ -1 +1 @@
0.31.1
0.32.0

View File

@ -65,4 +65,4 @@ Software on the Pi : [Home Assistant](https://home-assistant.io/) , [Dasher](htt
* http://www.esp8266.nu/index.php/ESPEasy
* https://translate.google.com/translate?hl=en&sl=de&tl=en&u=https%3A%2F%2Falexbloggt.com%2Funiversal-infrarot-websteuerung-ueber-esp8266%2F
https://community.home-assistant.io/t/voice-controlled-cheap-non-smart-led-strip-with-ok-google-command/5756

View File

@ -3,8 +3,8 @@
###################################
- alias: 'halloween flasher'
trigger:
- platform: sun
event: sunset
# - platform: sun
# event: sunset
- platform: event
event_type: skybell_motion_disabled_until_next_year

View File

@ -15,9 +15,6 @@
- delay: 00:00:30
- service: switch.turn_on
entity_id: switch.halloween_lights_dining_room
- delay: 00:00:30
- service: switch.turn_on
entity_id: switch.pumpkin_lights
- alias: 'Holiday Stuff off'
trigger:
@ -33,7 +30,5 @@
- delay: 00:00:30
- service: switch.turn_off
entity_id: switch.halloween_lights_dining_room
- delay: 00:00:30
- service: switch.turn_off
entity_id: switch.pumpkin_lights

27
automation/sunrise_turnon.yaml Executable file
View File

@ -0,0 +1,27 @@
###################################
## Holiday Lights on/off with IFTTT/Alexa support
###################################
- alias: 'Sunset Stuff on'
trigger:
- platform: sun
event: sunset
# - platform: event
# event_type: halloween_lights_on
action:
- service: switch.turn_on
entity_id: switch.foyer_plug
- alias: 'Sunset Stuff off'
trigger:
- platform: sun
event: sunrise
offset: '-03:30:00'
# - platform: event
# event_type: halloween_lights_off
action:
- service: switch.turn_off
entity_id: switch.foyer_plug

View File

@ -2,7 +2,7 @@ Holiday lights:
entities:
- switch.halloween_lights_den
- switch.halloween_lights_dining_room
- switch.pumpkin_lights
#########################################
### Pumpkin lights used in ###

View File

@ -40,6 +40,7 @@ Foyer lights:
entities:
- light.foyer_door
- light.foyer
- light.oudoor_foyer
Office lights:
entities:

View File

@ -20,7 +20,7 @@ default_view:
- group.den_lights
- group.office_lights
- group.garage_lights
- group.outside_pool_lights
- group.outdoor_pool_lights
Lights:
view: yes
@ -40,7 +40,7 @@ Lights:
- group.den_lights
- group.office_lights
- group.garage_lights
- group.outside_pool_lights
- group.outdoor_pool_lights
Info:
view: yes

View File

@ -11,12 +11,21 @@
pulselength: 186
code_on: 5265155
code_off: 5265164
# Outlet 2
Halloween_Lights_Den:
protocol: 1
pulselength: 186
code_on: 5264835
code_off: 5264844
# Outlet 311_5
Foyer_Plug:
protocol: 1
pulselength: 186
code_on: 292099
code_off: 292108
# Outlet 3
Garage_Outlet:
protocol: 1
@ -51,14 +60,7 @@
pulselength: 186
code_on: 285955
code_off: 285964
# Outlet 311_5
Pumpkin_lights:
protocol: 1
pulselength: 186
code_on: 292099
code_off: 292108
# Outlet 304_1
Outlet 304_1:
protocol: 1