pushButton capability presentation NOOB question

This is a screenshot of the simplest pushButton I could create. The button works, command is sent, etc. But how can I control that dash in the red circle? I’ve looked in quite a few places, and have seen some configuration examples but I have not been able to make any of them work.

What’s the minimum that I need to add to have that dash replaced by a state/status/label that I can dynamically set?

The capability:

version: 1
status: proposed
name: MQTT refresh
ephemeral: false
attributes: {}
commands:
  mqref:
    name: mqref
    arguments: []
    sensitive: false

The presentation:

dashboard:
  states: []
  actions: []
  panelItems: []
detailView:
  - label: MQTT refresh
    displayType: pushButton
    pushButton:
      command: mqref
automation:
  conditions: []
  actions: []
version: 1

I believe it’s not possible

This is the most recent answer:

Hi, @huibw.
Are you working on a personal integration, or is this for an official Company? I’ll ping the team on the feature request about this, but knowing the purpose will help.

Hi @nayelyz,

It’s for a personal project.

Ok, thank you for letting me know, @huibw
I added a comment in the feature request about this so the team is aware that there are more people interested on this functionality.

Thanks @nayelyz , it’s appreciated.