Home Assistant Wled automation help

Hi,

hope someone is able to help me out or get me going the right way.
Hardware:

  • 2 WLED controllers both on 14.4 firmware. +attached LED strip
    -3 aqara motion p1 motion sensors.

now what i want to achieve is the following. when the motion sensor detecs motion i would like the LED strip to slowly start up. sort of a like 1.5 sec from OFF to the wanted color (hex maybe).

i have the automation as i want it to behave. but i cannot get the LED stript to slowly light up and slowly go out. any WLED experts here able to help me out?

what i have now:
alias: Turn on WLED
type: turn_on
device_id: [deviceID]
entity_id: [entityID]
domain: light
brightness_pct: 10

i dont know how to add that i want it to be color : 00ffc8 and how to get it to slow light up in like 1.5 sec.

help me please :slight_smile:

greetings

If you use the entity automation, you’ll get a transition parameter.

Could you please guide me with your reply. i am quite new to HA

When creating your automation, choose “Entity”, then select your light.

oke going to try this thanks.

There is no Entity at the ADD ACTION section.

only at WHEN section ADD TRIGGER there is entity. the WHEN is when motion is detected.

i did find out i can use call service it seems.

But there is a light section. Select that then select what you want to do (Turn On), then select the entity you want to turn on

thanks @koying you helped me out! i marked your answer as “the answer”