mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-22 09:01:22 +00:00
23 lines
536 B
YAML
Executable File
23 lines
536 B
YAML
Executable File
- 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
|
|
|