Scene triggers but does not work properly

I have four lighting scenes setup to control my theater lights

Play Movie Lighting
Pause Movie Lighting
End Movie Lighting / All on
Theater Lighting Off

They all work properly when triggering them, unless I have the End movie / All on triggered first. Then the Play movie and Pause movie scenes will set the Bar lamps properly first, then turn them off.

If i trigger the same scene again it will set the two bar lamps properly. Or if I trigger the same scenes from Theater Lighting off or Pause movie to play movie, that works fine.

Any ideas?

Here is the scene.yaml section for these scenes

- id: '1714749394907'
  name: Play Movie Lighting
  entities:
    light.micro_dimmer_2b_18_06:
      supported_color_modes:
      - brightness
      color_mode:
      brightness:
      insteon_address: 2B.18.06
      insteon_group: 1
      friendly_name: Theater South Middle Overhead Light
      supported_features: 0
      state: 'off'
    light.micro_dimmer_2c_a0_f5:
      supported_color_modes:
      - brightness
      color_mode:
      brightness:
      insteon_address: 2C.A0.F5
      insteon_group: 1
      friendly_name: Theater Sconce Lights
      supported_features: 0
      state: 'off'
    light.switchlinc_dimmer_33_86_b7:
      supported_color_modes:
      - brightness
      color_mode:
      brightness:
      insteon_address: 33.86.B7
      insteon_group: 1
      friendly_name: Game Room Overhead Switch
      supported_features: 0
      state: 'off'
    light.switchlinc_dimmer_33_7f_84:
      supported_color_modes:
      - brightness
      color_mode:
      brightness:
      insteon_address: 33.7F.84
      insteon_group: 1
      friendly_name: Theater Middle Front Overhead Light
      supported_features: 0
      state: 'off'
    light.micro_dimmer_2b_17_f0:
      supported_color_modes:
      - brightness
      color_mode:
      brightness:
      insteon_address: 2B.17.F0
      insteon_group: 1
      friendly_name: Theater Middle Rear Overhead Light
      supported_features: 0
      state: 'off'
    light.bar_sign:
      supported_color_modes:
      - brightness
      color_mode: brightness
      brightness: 255
      friendly_name: 'Bar Sign '
      supported_features: 32
      state: 'on'
    light.bar_lamp_north:
      min_color_temp_kelvin: 2000
      max_color_temp_kelvin: 6535
      min_mireds: 153
      max_mireds: 500
      supported_color_modes:
      - color_temp
      - hs
      - xy
      color_mode: hs
      brightness: 76
      color_temp_kelvin:
      color_temp:
      hs_color:
      - 354.331
      - 100
      rgb_color:
      - 255
      - 0
      - 24
      xy_color:
      - 0.694
      - 0.296
      friendly_name: Bar Lamp North
      supported_features: 32
      state: 'on'
    light.bar_lamp_south:
      min_color_temp_kelvin: 2000
      max_color_temp_kelvin: 6535
      min_mireds: 153
      max_mireds: 500
      supported_color_modes:
      - color_temp
      - hs
      - xy
      color_mode: hs
      brightness: 76
      color_temp_kelvin:
      color_temp:
      hs_color:
      - 0
      - 100
      rgb_color:
      - 255
      - 0
      - 0
      xy_color:
      - 0.701
      - 0.299
      friendly_name: Bar Lamp South
      supported_features: 32
      state: 'on'
  icon: mdi:ceiling-light-multiple-outline
  metadata:
    light.micro_dimmer_2b_18_06:
      entity_only: true
    light.micro_dimmer_2c_a0_f5:
      entity_only: true
    light.switchlinc_dimmer_33_86_b7:
      entity_only: true
    light.switchlinc_dimmer_33_7f_84:
      entity_only: true
    light.micro_dimmer_2b_17_f0:
      entity_only: true
    light.bar_sign:
      entity_only: true
    light.bar_lamp_north:
      entity_only: true
    light.bar_lamp_south:
      entity_only: true
- id: '1714750019554'
  name: Pause Movie Lights
  entities:
    light.bar_lamp_north:
      min_color_temp_kelvin: 2000
      max_color_temp_kelvin: 6535
      min_mireds: 153
      max_mireds: 500
      supported_color_modes:
      - color_temp
      - hs
      - xy
      color_mode: color_temp
      brightness: 76
      color_temp_kelvin: 3030
      color_temp: 330
      hs_color:
      - 27.777
      - 56.086
      rgb_color:
      - 255
      - 178
      - 111
      xy_color:
      - 0.494
      - 0.383
      friendly_name: Bar Lamp North
      supported_features: 32
      state: 'on'
    light.bar_lamp_south:
      min_color_temp_kelvin: 2000
      max_color_temp_kelvin: 6535
      min_mireds: 153
      max_mireds: 500
      supported_color_modes:
      - color_temp
      - hs
      - xy
      color_mode: color_temp
      brightness: 76
      color_temp_kelvin: 3021
      color_temp: 331
      hs_color:
      - 27.791
      - 56.328
      rgb_color:
      - 255
      - 177
      - 111
      xy_color:
      - 0.495
      - 0.382
      friendly_name: Bar Lamp South
      supported_features: 32
      state: 'on'
    light.micro_dimmer_2b_18_06:
      supported_color_modes:
      - brightness
      color_mode: brightness
      brightness: 153
      insteon_address: 2B.18.06
      insteon_group: 1
      friendly_name: Theater South Middle Overhead Light
      supported_features: 0
      state: 'on'
    light.micro_dimmer_2c_a0_f5:
      supported_color_modes:
      - brightness
      color_mode: brightness
      brightness: 153
      insteon_address: 2C.A0.F5
      insteon_group: 1
      friendly_name: Theater Sconce Lights
      supported_features: 0
      state: 'on'
    light.switchlinc_dimmer_33_86_b7:
      supported_color_modes:
      - brightness
      color_mode:
      brightness:
      insteon_address: 33.86.B7
      insteon_group: 1
      friendly_name: Game Room Overhead Switch
      supported_features: 0
      state: 'off'
    light.switchlinc_dimmer_33_7f_84:
      supported_color_modes:
      - brightness
      color_mode: brightness
      brightness: 153
      insteon_address: 33.7F.84
      insteon_group: 1
      friendly_name: Theater Middle Front Overhead Light
      supported_features: 0
      state: 'on'
    light.micro_dimmer_2b_17_f0:
      supported_color_modes:
      - brightness
      color_mode: brightness
      brightness: 153
      insteon_address: 2B.17.F0
      insteon_group: 1
      friendly_name: Theater Middle Rear Overhead Light
      supported_features: 0
      state: 'on'
    light.bar_sign:
      supported_color_modes:
      - brightness
      color_mode: brightness
      brightness: 255
      friendly_name: 'Bar Sign '
      supported_features: 32
      state: 'on'
  icon: mdi:ceiling-light-multiple-outline
  metadata:
    light.micro_dimmer_2b_18_06:
      entity_only: true
    light.micro_dimmer_2c_a0_f5:
      entity_only: true
    light.switchlinc_dimmer_33_86_b7:
      entity_only: true
    light.switchlinc_dimmer_33_7f_84:
      entity_only: true
    light.micro_dimmer_2b_17_f0:
      entity_only: true
    light.bar_sign:
      entity_only: true
- id: '1714750184955'
  name: End Movie Lighting/ All On
  entities:
    light.bar_lamp_north:
      min_color_temp_kelvin: 2000
      max_color_temp_kelvin: 6535
      min_mireds: 153
      max_mireds: 500
      supported_color_modes:
      - color_temp
      - hs
      - xy
      color_mode: color_temp
      brightness: 255
      color_temp_kelvin: 3030
      color_temp: 330
      hs_color:
      - 27.777
      - 56.086
      rgb_color:
      - 255
      - 178
      - 111
      xy_color:
      - 0.494
      - 0.383
      friendly_name: Bar Lamp North
      supported_features: 32
      state: 'on'
    light.bar_lamp_south:
      min_color_temp_kelvin: 2000
      max_color_temp_kelvin: 6535
      min_mireds: 153
      max_mireds: 500
      supported_color_modes:
      - color_temp
      - hs
      - xy
      color_mode: color_temp
      brightness: 255
      color_temp_kelvin: 3021
      color_temp: 331
      hs_color:
      - 27.791
      - 56.328
      rgb_color:
      - 255
      - 177
      - 111
      xy_color:
      - 0.495
      - 0.382
      friendly_name: Bar Lamp South
      supported_features: 32
      state: 'on'
    light.micro_dimmer_2b_18_06:
      supported_color_modes:
      - brightness
      color_mode: brightness
      brightness: 255
      insteon_address: 2B.18.06
      insteon_group: 1
      friendly_name: Theater South Middle Overhead Light
      supported_features: 0
      state: 'on'
    light.micro_dimmer_2c_a0_f5:
      supported_color_modes:
      - brightness
      color_mode: brightness
      brightness: 255
      insteon_address: 2C.A0.F5
      insteon_group: 1
      friendly_name: Theater Sconce Lights
      supported_features: 0
      state: 'on'
    light.switchlinc_dimmer_33_86_b7:
      supported_color_modes:
      - brightness
      color_mode: brightness
      brightness: 255
      insteon_address: 33.86.B7
      insteon_group: 1
      friendly_name: Game Room Overhead Switch
      supported_features: 0
      state: 'on'
    light.switchlinc_dimmer_33_7f_84:
      supported_color_modes:
      - brightness
      color_mode: brightness
      brightness: 255
      insteon_address: 33.7F.84
      insteon_group: 1
      friendly_name: Theater Middle Front Overhead Light
      supported_features: 0
      state: 'on'
    light.micro_dimmer_2b_17_f0:
      supported_color_modes:
      - brightness
      color_mode: brightness
      brightness: 255
      insteon_address: 2B.17.F0
      insteon_group: 1
      friendly_name: Theater Middle Rear Overhead Light
      supported_features: 0
      state: 'on'
    light.bar_sign:
      supported_color_modes:
      - brightness
      color_mode: brightness
      brightness: 255
      friendly_name: 'Bar Sign '
      supported_features: 32
      state: 'on'
  icon: mdi:ceiling-light-multiple-outline
  metadata:
    light.micro_dimmer_2b_18_06:
      entity_only: true
    light.micro_dimmer_2c_a0_f5:
      entity_only: true
    light.switchlinc_dimmer_33_86_b7:
      entity_only: true
    light.switchlinc_dimmer_33_7f_84:
      entity_only: true
    light.micro_dimmer_2b_17_f0:
      entity_only: true
    light.bar_sign:
      entity_only: true
- id: '1714756959783'
  name: Theater Lighting Off
  entities:
    light.bar_lamp_north:
      min_color_temp_kelvin: 2000
      max_color_temp_kelvin: 6535
      min_mireds: 153
      max_mireds: 500
      supported_color_modes:
      - color_temp
      - hs
      - xy
      color_mode:
      brightness:
      color_temp_kelvin:
      color_temp:
      hs_color:
      rgb_color:
      xy_color:
      friendly_name: Bar Lamp North
      supported_features: 32
      state: 'off'
    light.bar_lamp_south:
      min_color_temp_kelvin: 2000
      max_color_temp_kelvin: 6535
      min_mireds: 153
      max_mireds: 500
      supported_color_modes:
      - color_temp
      - hs
      - xy
      color_mode:
      brightness:
      color_temp_kelvin:
      color_temp:
      hs_color:
      rgb_color:
      xy_color:
      friendly_name: Bar Lamp South
      supported_features: 32
      state: 'off'
    light.micro_dimmer_2b_18_06:
      supported_color_modes:
      - brightness
      color_mode:
      brightness:
      insteon_address: 2B.18.06
      insteon_group: 1
      friendly_name: Theater South Middle Overhead Light
      supported_features: 0
      state: 'off'
    light.micro_dimmer_2c_a0_f5:
      supported_color_modes:
      - brightness
      color_mode:
      brightness:
      insteon_address: 2C.A0.F5
      insteon_group: 1
      friendly_name: Theater Sconce Lights
      supported_features: 0
      state: 'off'
    light.switchlinc_dimmer_33_86_b7:
      supported_color_modes:
      - brightness
      color_mode:
      brightness:
      insteon_address: 33.86.B7
      insteon_group: 1
      friendly_name: Game Room Overhead Switch
      supported_features: 0
      state: 'off'
    light.switchlinc_dimmer_33_7f_84:
      supported_color_modes:
      - brightness
      color_mode:
      brightness:
      insteon_address: 33.7F.84
      insteon_group: 1
      friendly_name: Theater Middle Front Overhead Light
      supported_features: 0
      state: 'off'
    light.micro_dimmer_2b_17_f0:
      supported_color_modes:
      - brightness
      color_mode:
      brightness:
      insteon_address: 2B.17.F0
      insteon_group: 1
      friendly_name: Theater Middle Rear Overhead Light
      supported_features: 0
      state: 'off'
    light.bar_sign:
      supported_color_modes:
      - brightness
      color_mode:
      brightness:
      friendly_name: 'Bar Sign '
      supported_features: 32
      state: 'off'
  icon: mdi:ceiling-light-multiple-outline
  metadata:
    light.micro_dimmer_2b_18_06:
      entity_only: true
    light.micro_dimmer_2c_a0_f5:
      entity_only: true
    light.switchlinc_dimmer_33_86_b7:
      entity_only: true
    light.switchlinc_dimmer_33_7f_84:
      entity_only: true
    light.micro_dimmer_2b_17_f0:
      entity_only: true
    light.bar_sign:
      entity_only: true

Please format your code properly. Read this How to help us help you - or How to ask a good question - #3

Post edited.