mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-15 14:16:08 +00:00
Put away all the halloween stuff and add a colored light to the foyer outside!
This commit is contained in:
parent
b7a9b3b4a6
commit
a55bac2953
@ -1 +1 @@
|
||||
0.31.1
|
||||
0.32.0
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
27
automation/sunrise_turnon.yaml
Executable 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
|
||||
|
@ -2,7 +2,7 @@ Holiday lights:
|
||||
entities:
|
||||
- switch.halloween_lights_den
|
||||
- switch.halloween_lights_dining_room
|
||||
- switch.pumpkin_lights
|
||||
|
||||
|
||||
#########################################
|
||||
### Pumpkin lights used in ###
|
||||
|
@ -40,6 +40,7 @@ Foyer lights:
|
||||
entities:
|
||||
- light.foyer_door
|
||||
- light.foyer
|
||||
- light.oudoor_foyer
|
||||
|
||||
Office lights:
|
||||
entities:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user