thomasloven / lovelace-fold-entity-row

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

group_config no longer working with state_color #187

Closed dieugab closed 2 years ago

dieugab commented 2 years ago

My Home Assistant version: 2021.11.2

Fold-entity-row version (FROM BROWSER CONSOLE): 20.0.9

What I am doing: applying state_color: true to the group_config

What I expected to happen: entities in the group should show their state_color when on/enabled/active

What happened instead: no state_color is applied

Minimal steps to reproduce:

# The least ammount of code possible to reproduce my error
type: entities
entities:
  - type: custom:fold-entity-row
    head:
      entity: primary_entity
      secondary_info: last-changed
      state_color: true
    group_config:
      secondary_info: last-changed
      state_color: true
    entities:
      - secondary_entity
      - secondary_entity
# End of code

image

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