thomasloven / lovelace-auto-entities

🔹Automatically populate the entities-list of lovelace cards
MIT License
1.19k stars 111 forks source link

auto-entities working together with mini-media-player? #372

Closed kalle2000 closed 12 months ago

kalle2000 commented 1 year ago

Hi,

I am trying to populate my media players using auto-entities. I want to use the mini-media-player card.

However I am struggling to get my multiple entities displayed (error: You need to specify the required entity option):

image

What am I missing here? Thanks for the help.

ildar170975 commented 1 year ago

What am I missing here?

Start with posting a code, not a picture of it.

ildar170975 commented 1 year ago

image

    type: custom:auto-entities
    card:
      type: vertical-stack
    card_param: cards
    filter:
      include:
        - domain: media_player
          options:
            type: custom:mini-media-player
kalle2000 commented 12 months ago

Dear @ildar170975 ,

That was a great help and pointed me into the right direction. Instead of „vertical-stack“ I am using „entities“ to have it more clean and compact. Thx so much