initial commit

This commit is contained in:
2025-02-07 12:46:24 -05:00
commit 8dfb36a3f1
183 changed files with 9212 additions and 0 deletions

View File

@ -0,0 +1,29 @@
---
- 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