thomasloven / lovelace-auto-entities

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

picture-entity not working #297

Closed mwantia closed 1 year ago

mwantia commented 2 years ago

I know that this topic was already brought up in another issue. Still, even after following the links that were provided in the answer, there weren't any examples that explained what was missing.

I tried to follow the instructions in this example, but it doesn't seem to work as it should:

type: custom:auto-entities
filter:
  Include:
    - domain: camera
      state: recording
card:
  type: custom:layout-card
  layout_type: masonry
  cards:
    - type: picture-entity
      show_state: false
      show_name: false

It's only showing me the default card by displaying the current state, which doesn't help when trying to see a camera.

ildar170975 commented 2 years ago

The code is wrong. This is neither a bug nor a FR. I suggest you to ask similar questions in a community thread: https://community.home-assistant.io/t/auto-entities-automatically-fill-cards-with-entities/147801