I have this entity
device_tracker.aristos_vasiliou
and this entity has the following attributes, as shown in lovelace.
As you can see the “source” attribute shows the value “GPS”.
So I use this code in a card to show that atribute
type: entities
entities:
- device_tracker.aristos_vasiliou
- entity: device_tracker.aristos_vasiliou
name: Source
type: attribute
attribute: source
- entity: device_tracker.aristos_vasiliou
name: Battery Level
type: attribute
attribute: battery_level
But it shows up like this
The “battery_level” attribute works fine, but the “source” attribute doesn’t.
My guess is that the “source” attribute is actually named something else.
How can I see the correct attribute names for this entity?