parent
b7a9b3b4a6
commit
a55bac2953
@ -1 +1 @@
|
|||||||
0.31.1
|
0.32.0
|
||||||
@ -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
|
||||||
|
|
||||||
Loading…
Reference in new issue