How to use a status attribute in LoveLace card

It’s really incredible how kind-of basic things still need a workaround or have surprising limitations…

1 Like

I mean, on HACS you can find the “Attributes extractor”, but it’s a stupid fix for a stupid issue.

1 Like

My objective is to show both the state and an attribute, preferably one below the other. If I use the Entity card it does show the state value:

 - type: entity
   entity: cover.shutter_master_bedroom

image

But as soon as I add the attribute value, the state value disappears!

  - type: entity
    entity: cover.shutter_master_bedroom
    attribute: current_position

image

How can I get both the state value and the attribute value, in large bold font type like this, one below the other?