thomasloven / lovelace-fold-entity-row

🔹 A foldable row for entities card, containing other rows
MIT License
587 stars 38 forks source link

head entity doesn show state color #145

Closed pdwonline closed 3 years ago

pdwonline commented 3 years ago

My Home Assistant version: 2021.3.0

My lovelace configuration method (GUI or yaml): GUI

What I am doing: Use fold entity card to group entities. I added ´state_color: true´ and expected the icons to color. This doesn't work for the 'head' entity but works for the unfolded entities.

entities:
  - type: 'custom:fold-entity-row'
    head: group.lights_office
    group_config:
      state_color: true
    entities:
      - switch.wall_plug_switch_current_value_3
      - switch.wall_plug_switch_current_value_6
state_color: true

Error messages from the browser console:


By putting an X in the boxes ([]) below, I indicate that I:

thomasloven commented 3 years ago

Options specified in group_config: will be applied to all rows in the fold.

Duplicate of #133