Update Lighting Automations

This commit is contained in:
2022-05-16 19:43:10 -07:00
parent 4134e95cd4
commit 4e141d149d

View File

@@ -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