Stromverbrauch mit Anzeigen lassen

Hallo zusammen,

Ich habe mir ganz normal Buttons gemacht, womit ich ein Gerät ein uns aus schalten kann. Auch zeigt es von Haus aus an ob es an oder aus ist. Was mich interessieren würde, ob es auch geht das der aktuelle Stromverbrauch der das Gerät gerade hat mit auf diesem Button angezeigt werden kann? - Meine Steckdosen können das zumindest und im Energie Dashboard wird das auch zusammengeführt. Kann mir da jemand weiterhelfen?

Mein Yaml Code ist dieser:

type: horizontal-stack
cards:
  - type: horizontal-stack
    cards:
      - type: tile
        entity: switch.bad_licht
        name: Badlicht
        icon: mdi:lightbulb
        color: accent
        show_entity_picture: true
        vertical: true
        state_content: state
  - type: tile
    entity: light.kuchenlicht
    show_entity_picture: true
    icon: mdi:lightbulb
    vertical: true
    state_content: state
    color: accent
  - type: tile
    entity: switch.kuchentisch
    name: Küchentisch
    icon: mdi:lightbulb
    show_entity_picture: true
    vertical: true
    color: accent

zB. Für das Bad ist das “sensor.bad_licht_energy”