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