initial commit
This commit is contained in:
29
configuration/automation/light_auto_decoration_entrance.yaml
Normal file
29
configuration/automation/light_auto_decoration_entrance.yaml
Normal 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
|
Reference in New Issue
Block a user