Hello together,
I´ve got an living room lamp with a ws2812b led strip.
is it possible to have to color picker card as an extra card at my fronted? Without to click and hold everytime the light switch?
And my second question is, is it possible for custom effects to not hardcode the values? Would be awesome to have some slider for example (speed and width)
light:
- platform: fastled_clockless
chipset: WS2811
pin: D3
num_leds: 120
rgb_order: BRG
name: "Wohnzimmer Lightbar"
effects:
- flicker:
- addressable_rainbow:
- addressable_rainbow:
name: Rainbow Effect With Custom Values
speed: 10
width: 50
And is it possbile to set the effects as preset?
When I turn of the light it remebers the last color and brighntess, but when i shut it off with an effect activated it turns on as static light again.
regards Tim