Light automation works in several rooms except one

Using multiple “everything presence lite” to determine presence in my rooms and when its clear, turn of the lights.
Reading the trace, everything looks OK and HA says it has turned of the lights, except it hasn’t and they are still on.

I have tried turning off the room or individual lights. Recreated the automation from scratch. Copying working automation from another room, but nothing has fixed the issue.

id: '1724951960688'
alias: Presence Lite - Living Room
description: ''
trigger:
  - type: occupied
    platform: device
    device_id: 20dad8e32fcada7c3c6a6a0a82e60753
    entity_id: da700dc7df223eb49f6335a783b7977e
    domain: binary_sensor
    id: Livingroom-occupied
    enabled: false
  - type: not_occupied
    platform: device
    device_id: 20dad8e32fcada7c3c6a6a0a82e60753
    entity_id: da700dc7df223eb49f6335a783b7977e
    domain: binary_sensor
    id: Livingroom-notoccupied
    for:
      hours: 0
      minutes: 10
      seconds: 0
condition: []
action:
  - choose:
      - conditions:
          - condition: trigger
            id:
              - Livingroom-occupied
        sequence:
          - action: light.turn_on
            metadata: {}
            data: {}
            target:
              area_id: living_room
            enabled: true
      - conditions:
          - condition: trigger
            id:
              - Livingroom-notoccupied
        sequence:
          - action: light.turn_off
            metadata: {}
            data: {}
            target:
              area_id: living_room
          - action: automation.turn_on
            metadata: {}
            data: {}
            target:
              entity_id: automation.motion_activated_light_living_room
mode: single

trace log
Hue lights with a hue bridge, HA Yellow 2024.09.1