lovelace-auto-entities
lovelace-auto-entities copied to clipboard
picture-entity not working
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.
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