How to hide state in Mushroom Chip Cards?

Hi all,
I’m trying to add buttons to control my speakers and am trying to figure out how to remove the State of the Entity that is shown as text by default.

Here’s a screenshot of the situation and the code block for it below:

type: custom:mushroom-chips-card
chips:
  - type: entity
    entity: scene.speaker_vol_down
    show_state: false
    tap_action:
      action: toggle
    icon: mdi:volume-minus

Normally for other button or tile cards the show_state: false should work, but can’t seem to get it to disappear here.

Context: this entity is a scene imported from Smart Life to control an IR remote blaster for the corresponding button on my speaker’s remote.

Use template chip. Using it you can do whatever you want.

Is that one of the standard ones that is already part of HA or another custom one to download?

EDIT: Actually never mind, I figured out what you’re talking about. This is the same Mushroom Chips card but with type: template instead.

This is actually much better I agree. Thanks for that!

1 Like