thomasloven / lovelace-auto-entities

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

[Question] - Possibility to customize icons for each items in list #389

Open Emeraude998 opened 8 months ago

Emeraude998 commented 8 months ago

I have a list of name corresponding with Minecraft players in my card and I would like to change the icon next to each name so that it corresponds to the head of the player from the website mc-heads.net.

type: custom:list-item-card
title: Players list
entity: sensor.minecraft_server_players_online
attribute: players_list
icon: mdi:minecraft
emptyValue: []

For example, I would like for the icon to fetch the url https://mc-heads.net/avatar/[player-name]/[required-size].png Any way to implement this in the current version or is this a feature request?