Update Lighting Automations
This commit is contained in:
@@ -231,6 +231,27 @@ script:
|
|||||||
# Lighting Automations
|
# Lighting Automations
|
||||||
automation:
|
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
|
# Automations for Home Theater
|
||||||
- alias: Home Theater Lighting
|
- alias: Home Theater Lighting
|
||||||
mode: queued
|
mode: queued
|
||||||
|
|||||||
Reference in New Issue
Block a user