Update Lighting Automations
This commit is contained in:
@@ -154,10 +154,11 @@ script:
|
||||
entity_id: "{{ entity_id }}"
|
||||
data:
|
||||
brightness: "{{ brightness }}"
|
||||
transition: 30
|
||||
transition: 1
|
||||
- service: light.turn_off
|
||||
target:
|
||||
entity_id: "{{ entity_id }}"
|
||||
transition: 0
|
||||
|
||||
default:
|
||||
- service: light.turn_on
|
||||
@@ -250,7 +251,7 @@ automation:
|
||||
- service: script.set_dimmer_off_brightness
|
||||
data:
|
||||
entity_id: light.dining_room_light
|
||||
brightness: 20
|
||||
brightness: 64
|
||||
|
||||
# Automations for Home Theater
|
||||
- alias: Home Theater Lighting
|
||||
|
||||
Reference in New Issue
Block a user