You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
536 B
23 lines
536 B
- 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
|
|
|