Motion based automation triggering light incorrectly

Hi all quite new to HA so please bear with me. I have this light on all my hallways/landings in my town house.
Deal: Smart LED Ceiling Lights, 35W 2400LM 78 led Bedroom Ceiling Light, App or Voice Control White Warm Color Ambiance RGB 2700K-6500K Compatible with Alexa & Google Home Smart Kitchen Lights [WiFi] Amazon.co.uk

It is controlled by Tuya and has a white temperature main light and a colour accent ring. My Aqara motion sensor will only turn on the coloured section when the automation triggers. I’m also 100% sure I need to add/amend the ymal but just don’t know what I need to do. Any help would be greatly appreciated.

This is what the config for the automation currently looks like

id: '1638894315617'
alias: Top Floor Landing - MOTION
description: ''
trigger:
  - type: motion
    platform: device
    device_id: d469bb4b5c61668bcd26822bbf09b926
    entity_id: binary_sensor.lumi_lumi_sensor_motion_aq2_f431c006_ias_zone
    domain: binary_sensor
    for:
      hours: 0
      minutes: 0
      seconds: 0
      milliseconds: 0
condition:
  - condition: time
    after: '06:00'
    before: '22:15'
  - type: is_illuminance
    condition: device
    device_id: d469bb4b5c61668bcd26822bbf09b926
    entity_id: sensor.lumi_lumi_sensor_motion_aq2_f431c006_illuminance
    domain: sensor
    above: 1
    below: 130
action:
  - type: turn_on
    device_id: 87babef97340eb1e3f31f6813256fdc7
    entity_id: light.ceiling_lighting_3
    domain: light
    brightness_pct: 40
mode: single

Help Us Help You

I don’t have that light but I would assume that since the light has two independent functions (white main and RGBW ring) then it should also provide two light entities to H for those two functions.

do you not have two entities provided by that one device?

So when added with Tuya V2 the light only comes up at one entity.

On the Smart Life app you can control it from the Home Screen as one light. This will turn both the colour and white on.

On have individual control

I was hoping Home Assistant would do the same thing.