Automatically generated ip-address list

I am new to the Home assist Universe and also here in this community.

I created a list with the “custom:auto-entities” plugin with entities from my fritz.box - so good!

type: custom:auto-entities
filter:
include:
- label: fritzbox_tracked
exclude:
- domain: button
- domain: switch
- state: home
card:
type: entities
show_header_toggle: false
state_color: true
sort:
method: state

… and I am ok with the result

Bildschirmfoto 2025-01-17 um 21.37.57

is it possible to change the state with an other attribute like “ip”, which is stored in the entity. I tried with “lovelace-multiple-entity-row” amd “secondaryinfo-entity-row” and also play around with the cards - but got no luck. Can somebody help me with this?

Can do this, have a look at the massive amount of examples in its doc
EDIT: with auto-entities this may have a trick though
Alternative is
Flex-table-card - Share your Projects! / Dashboards & Frontend - Home Assistant Community

thx - I will give it a try