Files
hassio-configuration/configuration/automation/light_auto_decoration_entrance.yaml
2025-02-07 12:46:24 -05:00

30 lines
693 B
YAML

---
- alias: '[Lights] Decoration Entrance Lights ON'
trigger:
platform: sun
event: sunset
offset: '+00:15:00'
action:
- service: light.turn_on
entity_id:
- light.porch_01
- light.garage_gate_01
- light.frontyard_decoration_01
- service: switch.turn_on
entity_id:
- switch.outlet_garage_01
- alias: '[Lights] Decoration Entrance Lights ON'
trigger:
platform: time
at: "23:55:00"
action:
- service: light.turn_off
entity_id:
- light.frontyard_decoration_01
- light.porch_01
- light.garage_gate_01
- service: switch.turn_off
entity_id:
- switch.outlet_garage_01