Map-card: a slightly improved map-card

I cant seem to use display: attribute when using the card within auto-entities?

My sensor entities all have an Attribute known as B7 (for diesel cost), display: state works just fine.

Display: state vs Display: attribute

type: custom:auto-entities
card:
  type: custom:map-card
filter:
  include:
    - integration: fuel_prices
      attributes:
        area: Work
      options:
        display: attribute
        attribute: B7
        size: 48

Ive tried a different attribute as well, as i thought maybe it could only handle strings, such as brand or name, and not floats like B7, but none work. With or without quotes around the attribute, etc.
Also, size works just fine, so its just something to do with attribute specifically.

There was a PR:

It was merged, I checked this periodically but did not see working.
Also, there was not a release created since that PR.
May be, only Readme was updated?
Or both Readme and a code were updated - but Release was not created?

Last published release is from 11 months ago, so assume it was just never pushed to a release then… that sucks.

Let’s wait )

1 Like