FastLed Light Brightness not supported?

I get an error that brightness is not supported? Docs and examples say it is…
Any Ideas?
Thanks,
Grey

light:
  - platform: fastled_clockless
    chipset: WS2812B
    pin: GPIO2
    num_leds: 256
    rgb_order: GRB
    name: "led_matrix"
    id: led_matrix_32x8
    default_transition_length: 0s
    color_correct: [100%, 20%, 10%]
    brightness: 80%
    restore_mode: ALWAYS_ON

Can’t see brightness here FastLED Light — ESPHome

well it says

  • All other options from Light.

I am HAPPY you looked and replied, I am just still confused/disappointed.

And nowhere in the light configuration options is a key for brightness. I think you are looking at the light.turn_on action. You can set the brightness with an automation.

1 Like

Oh, I see what you are saying, it only works when used with light.turn.on
okay, shucks :slight_smile: Thanks again,
Grey