Hello everyone! I’ve been exploring ways to enhance my Home Assistant setup, and I came across a feature that I thought was worth sharing. I wanted to display entity pictures in the picture-entity card, which I believe is a great way to make the interface more visually appealing and informative. While the picture-entity card does allow for static images or camera feeds, I noticed that it doesn’t directly support showing the entity_picture attribute. This seemed like a missed opportunity, especially since many entities already have this attribute set. After some research, I found a workaround using the Markdown card. By inserting the image as markdown, you can display the entity_picture while still maintaining the clean look of the picture-entity card. Here’s how I did it: markdowncontent: >- !({{ states.sensor.your_entity.attributes.entity_picture }})This approach allows the image to be displayed dynamically based on the entity’s state. I’ve been using this method for a few days now, and it’s worked perfectly for me. I’d love to hear if anyone else has found creative ways to utilize entity pictures or has suggestions for improving the picture-entity card’s functionality. Let’s keep the ideas flowing! ![]()