Card in card?

Hi! In the standard UI I can manual hide lights from a group, but if I push the title on the group a pop-up is showed and i can control a specific light what is in the group. Is this possible in lovelace?

Should i create a card in the card?

Just tried it - here is the result:
image

From what I see, it’s the same functionality as in the standard UI, i.e. a card comes up for the group and I can switch items on and off, but I cannot get to the detailed info for the Balcony Light so I cannot change the brightness.

Ok! That’s great!
Could you please share the config for that card?

Doesn’t get much easier than that in Lovelace.
After you defined your group, this is what you need to show in ui-lovelace.yaml:

views:
  - title: Test
    icon: mdi:test-tube 
    id: test
    cards:
      - type: entities
        entities:
          - group.downstairs_office
1 Like