23 lines
536 B
YAML
Raw Normal View History

2016-10-19 17:38:48 +00:00
- alias: 'Holiday Stuff on'
trigger:
- platform: sun
event: sunset
- platform: event
event_type: halloween_lights_on
action:
- service: switch.turn_on
entity_id: switch.halloween_lights_den
- alias: 'Holiday Stuff off'
trigger:
- platform: sun
event: sunrise
offset: '-03:00:00'
- platform: event
event_type: halloween_lights_off
action:
- service: switch.turn_on
entity_id: switch.halloween_lights_den