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