Seeking Assistance with Custom Button Card Configuration

Hello fellow Home Assistant enthusiasts! I’m reaching out to seek some guidance on custom button card configurations. I’m currently using the tile card to display the last-changed value, which works perfectly. However, I’ve discovered the custom button card offers more flexibility and prefer its versatility for my setup. Unfortunately, I’m struggling to replicate the last-changed functionality within the button card. If anyone has successfully implemented this or has tips on how to achieve it, I’d greatly appreciate your insights. Here’s the configuration I’m working with:

yaml

  • type: custom:button-card
    template: wolk9_button
    tity: light.eetkamer_dimmer
    name: Eetkamer Lamp
    icon: bha:ceiling-spot-lamp
    tap_action:
    action: call-service
    service: script.eetkamer_lamp_aan
    target: {}
    double_tap_action:
    action: call-service
    service: script.eetkamer_lamp_switch_schoonmaken
    target: {}
    hold_action:
    action: navigate
    navigation_path: /dashboard-voorbeeld/eetkamer-lamp

Any advice or examples would be wonderfully helpful! Thanks in advance for your support.