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