Header toggle not working with together with slider-entity-row and fold-entity row

Hi all,

I have a card combining slider-entity-row and fold-entity-row for 3 dimmable spots and unfortunately the header toggle isn’t working, i.e. it isn’t doing anything.
Here is my card:

entities:
  - entities:
      - entity: light.shelly_dim_spots_wz
        full_row: true
        padding: 0
        type: 'custom:slider-entity-row'
    head: light.shelly_dim_spots_wz
    type: 'custom:fold-entity-row'
  - entities:
      - entity: light.shelly_dim_spots_flur
        full_row: true
        padding: 0
        type: 'custom:slider-entity-row'
    head: light.shelly_dim_spots_flur
    type: 'custom:fold-entity-row'
  - entities:
      - entity: light.shelly_dim_spots_kitchen
        full_row: true
        padding: 0
        type: 'custom:slider-entity-row'
    head: light.shelly_dim_spots_kitchen
    type: 'custom:fold-entity-row'
show_header_toggle: true
title: Spots
state_color: true
type: entities

Is this a bug or is there another way to have a toggle for all 3 entities?

This is most likely because you are using the fold entity row. It’s acting as a barrier between your entities card and the configured entities. It’s not really a bug because you’re using custom cards. You can always just create a template switch that toggles these 3 items. Or a light group.