Button card secondary_info anzeige

Hi ich habe auf meinem Dash 6 button Cards wovon ich die unteren drei gerne so hätte das wenn die angeschaltet sind die helligkeit anzeihen, anstelle des An / Aus


- type: grid
    columns: 3
    cards:
      - show_name: true
        show_icon: true
        type: button
        tap_action:
          action: toggle
        name: ' Bild links'
        entity: light.bild_links
        icon: mdi:light-flood-down
        show_state: true

Das ist einer dieser configs.

Danke für eure Hilfe!

Gruß Joschi

Hi, dafür brauchst du 2 Integrationen.
diese:
https://github.com/thomasloven/lovelace-card-tools
und diese hier:
https://github.com/custom-cards/secondaryinfo-entity-row

Lg