Slider Entity Row Hue and Saturation Slider?

So I’ve got a slider card for general dimming of two groups of lights.

entities:
  - light.upstairs
  - entity: light.upstairs
    type: 'custom:slider-entity-row'
  - light.downstairs
  - entity: light.downstairs
    type: 'custom:slider-entity-row'
type: entities

It’s working great but along with brightness I also wanted a slider for saturation and hue. Now the docs say that it is listed under light attributes but there’s no instructions on how to do it. I’ve added it in the light below -entity with indents. I’ve used the category

type: saturation
light: saturation

With indent or without and none of them work.

Help please? Cheers!

entities:
  - light.upstairs
  - entity: light.upstairs
    type: 'custom:slider-entity-row'

  - entity: light.upstairs
    type: 'custom:slider-entity-row'
    attribute: saturation

  - light.downstairs
  - entity: light.downstairs
    type: 'custom:slider-entity-row'
type: entities

?

@anon43302295 is correct and its covered in the docs under options. Hell, there’s even a whole attributes section that displays all the slider attribute options for light.

1 Like