Apologies. These are currently all stacked inside a vertical stack on masonry, but as individual cards in a section they do the same.
Original Horizontal Stack of buttons:
type: horizontal-stack
cards:
- show_name: false
show_icon: true
type: button
tap_action:
action: none
icon: ""
entity: lawn_mower.am405x
show_state: true
- show_name: false
show_icon: true
type: button
tap_action:
action: none
icon: ""
entity: vacuum.roborock_s5_max
show_state: true
- show_name: false
show_icon: true
type: button
icon: mdi:plex
entity: sensor.tautulli_watching
show_state: true
- show_name: false
show_icon: true
type: button
icon: ""
entity: sensor.sonarr_wanted
show_state: true
Center:
type: custom:mushroom-chips-card
chips:
- type: entity
entity: lawn_mower.am405x
- type: entity
entity: vacuum.roborock_s5_max
- type: entity
entity: sensor.plex_midazolam_plex
- type: entity
entity: sensor.sonarr_wanted
content_info: state
tap_action:
action: none
hold_action:
action: none
double_tap_action:
action: none
alignment: center
Justify:
type: custom:mushroom-chips-card
chips:
- type: entity
entity: lawn_mower.am405x
- type: entity
entity: vacuum.roborock_s5_max
- type: entity
entity: sensor.plex_midazolam_plex
- type: entity
entity: sensor.sonarr_wanted
content_info: state
tap_action:
action: none
hold_action:
action: none
double_tap_action:
action: none
alignment: justify
as a bonus, this is one of the Mushroom Entity cards I was also testing as part of moving to a sections view - although they didnāt need to be inside a horizontal stack:
type: custom:mushroom-entity-card
entity: lawn_mower.am405x
grid_options:
columns: 3
rows: 2
layout: vertical
primary_info: state
secondary_info: none
but they are a lot taller than the OG button cards and not shrinkable with the UI:












