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.