diff --git a/packages/lighting/lighting.yaml b/packages/lighting/lighting.yaml index 1692518..9ce0a75 100644 --- a/packages/lighting/lighting.yaml +++ b/packages/lighting/lighting.yaml @@ -231,6 +231,27 @@ script: # Lighting Automations automation: +# Automations for Morning Lighting + - alias: Set Dim Dining Room Light to Dim + mode: single + trigger: + - platform: time + at: "04:00:00" + condition: + - condition: time + after: "04:00:00" + days: + - mon + - tue + - wed + - thu + - fri + action: + - service: script.set_dimmer_off_brightness + data: + entity_id: light.dining_room_light + brightness: 20 + # Automations for Home Theater - alias: Home Theater Lighting mode: queued