From 1dd97a14c2d3a7ac5d197054a9d61acfd7917812 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Fri, 3 Jun 2022 13:00:06 -0700 Subject: [PATCH] Update Lighting Package --- packages/lighting/lighting.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/lighting/lighting.yaml b/packages/lighting/lighting.yaml index b4b335b..ef78bb1 100644 --- a/packages/lighting/lighting.yaml +++ b/packages/lighting/lighting.yaml @@ -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