lovelace-auto-entities icon indicating copy to clipboard operation
lovelace-auto-entities copied to clipboard

picture-entity not working

Open mwantia opened this issue 2 years ago • 1 comments

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.

mwantia avatar Aug 02 '22 21:08 mwantia

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

ildar170975 avatar Aug 03 '22 09:08 ildar170975