Update Lighting Package

This commit is contained in:
2022-06-03 13:00:06 -07:00
parent 8b53669400
commit 1dd97a14c2

View File

@@ -107,7 +107,7 @@ scene:
entities: entities:
light.living_room_light: light.living_room_light:
state: "on" state: "on"
brightness: 255 brightness: 175
- name: Home Theater Low - name: Home Theater Low
entities: entities:
@@ -149,14 +149,14 @@ script:
target: target:
entity_id: scene.home_theater_dim entity_id: scene.home_theater_dim
data: data:
transition: 3 transition: 6
- conditions: "{{ is_state('input_select.ht_lighting_mode', 'Theater') }}" - conditions: "{{ is_state('input_select.ht_lighting_mode', 'Theater') }}"
sequence: sequence:
- service: scene.turn_on - service: scene.turn_on
target: target:
entity_id: scene.home_theater_off entity_id: scene.home_theater_off
data: data:
transition: 3 transition: 6
# Paused # Paused
- conditions: "{{ is_state('input_select.ht_player_state', 'Paused') }}" - conditions: "{{ is_state('input_select.ht_player_state', 'Paused') }}"
@@ -168,14 +168,14 @@ script:
target: target:
entity_id: scene.home_theater_dim entity_id: scene.home_theater_dim
data: data:
transition: 3 transition: 6
- conditions: "{{ is_state('input_select.ht_lighting_mode', 'Theater') }}" - conditions: "{{ is_state('input_select.ht_lighting_mode', 'Theater') }}"
sequence: sequence:
- service: scene.turn_on - service: scene.turn_on
target: target:
entity_id: scene.home_theater_dim entity_id: scene.home_theater_dim
data: data:
transition: 3 transition: 6
# Stopped # Stopped
- conditions: "{{ is_state('input_select.ht_player_state', 'Stopped') }}" - conditions: "{{ is_state('input_select.ht_player_state', 'Stopped') }}"
@@ -187,7 +187,7 @@ script:
target: target:
entity_id: scene.home_theater_low entity_id: scene.home_theater_low
data: data:
transition: 3 transition: 6
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Lighting Automations # Lighting Automations