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?