Display traccar attributes all in the same card

I added traccar integration to home assistant, but it only shows one entity.

device_tracker.aristos_vasiliou

So I can only create this card.

1

But I noticed that there’s plenty of useful information under attributes.

2

Is there a way to show these attributes in the same card?
Can I do this from lovelace without manually modifying yaml files?
If manual modification of yaml files is needed, can you point me to an example?

Thanks

These are attributes of that device_tracker entity.
The Entities card supports displaying attributes:


You will have to write yaml, no UI config for most of advanced things.

type: entities
entities:
  - entity: sun.sun
    type: attribute
    attribute: elevation
    name: elevation

I’d like to show multiple attributes on the same card. But this is not working.

Is there a way to do this?

ok, I found it. I have to repeat the entity.

type: entities
entities:
  - entity: device_tracker.aristos_vasiliou
    type: attribute
    attribute: source
  - entity: device_tracker.aristos_vasiliou
    type: attribute
    attribute: battery_level