How to show an attribute on a glance card?

Instead of using type ‘- entity: …’ use ‘- type: attribute: …’.
Example:

  - type: attribute
    icon: mdi:radiator
    name: Heater Mode
    entity: climate.lyric
    attribute: hvac_action

Result:
image

The only limitation is that it cannot be used with visual editor.

2 Likes