Update Lighting Package
This commit is contained in:
@@ -107,7 +107,7 @@ scene:
|
||||
entities:
|
||||
light.living_room_light:
|
||||
state: "on"
|
||||
brightness: 255
|
||||
brightness: 175
|
||||
|
||||
- name: Home Theater Low
|
||||
entities:
|
||||
@@ -149,14 +149,14 @@ script:
|
||||
target:
|
||||
entity_id: scene.home_theater_dim
|
||||
data:
|
||||
transition: 3
|
||||
transition: 6
|
||||
- conditions: "{{ is_state('input_select.ht_lighting_mode', 'Theater') }}"
|
||||
sequence:
|
||||
- service: scene.turn_on
|
||||
target:
|
||||
entity_id: scene.home_theater_off
|
||||
data:
|
||||
transition: 3
|
||||
transition: 6
|
||||
|
||||
# Paused
|
||||
- conditions: "{{ is_state('input_select.ht_player_state', 'Paused') }}"
|
||||
@@ -168,14 +168,14 @@ script:
|
||||
target:
|
||||
entity_id: scene.home_theater_dim
|
||||
data:
|
||||
transition: 3
|
||||
transition: 6
|
||||
- conditions: "{{ is_state('input_select.ht_lighting_mode', 'Theater') }}"
|
||||
sequence:
|
||||
- service: scene.turn_on
|
||||
target:
|
||||
entity_id: scene.home_theater_dim
|
||||
data:
|
||||
transition: 3
|
||||
transition: 6
|
||||
|
||||
# Stopped
|
||||
- conditions: "{{ is_state('input_select.ht_player_state', 'Stopped') }}"
|
||||
@@ -187,7 +187,7 @@ script:
|
||||
target:
|
||||
entity_id: scene.home_theater_low
|
||||
data:
|
||||
transition: 3
|
||||
transition: 6
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Lighting Automations
|
||||
|
||||
Reference in New Issue
Block a user