Skip to content

Card height not automaticly adjusted on the button card. #2172

@RVO25

Description

@RVO25

Describe the bug
I'm using a single card to creates toggle 3 different entities with just 1 card. (like the Lovelace entities card). I created a button card (with the type text) with a sub-button group. In that sub-button group, I created 3 new buttons that I want to have stacked vertically.

But when I add more buttons in the group, it doesn't extent the height of the card. (See picture) I have to manually adjust this in the deprecated layout settings.

Image

The entire card is placed inside a section of a popup.

Image

I have tried to remove the height set by default to make it autogenerate again but that doesn't do anything.

YAML

type: custom:bubble-card
card_type: button
sub_button:
  main: []
  bottom:
    - name: Group 1
      buttons_layout: column
      group:
        - entity: switch.wingardiumwifiosa
          name: WingardiumWiFiosa (Main)
          show_state: false
          show_last_changed: false
          icon: mdi:broadcast
          show_name: true
          scrolling_effect: false
          show_background: true
          state_background: true
          show_icon: true
          tap_action:
            action: toggle
          content_layout: icon-left
        - entity: switch.wingardiumwifiosa_iot
          name: WingardiumWiFiosa-IoT
          show_state: false
          show_last_changed: false
          icon: mdi:broadcast
          show_name: true
          scrolling_effect: false
          show_background: true
          state_background: true
          show_icon: true
          tap_action:
            action: toggle
        - entity: switch.wingardiumwifiosa_guest
          name: WingardiumWiFiosa-Guest
          show_state: false
          show_last_changed: false
          icon: mdi:broadcast
          show_name: true
          scrolling_effect: false
          show_background: true
          state_background: true
          show_icon: true
          tap_action:
            action: toggle
  bottom_layout: rows
button_type: name
name: SSID broadcast toggles
icon: bha:adguard-home
scrolling_effect: false
show_name: true
show_icon: true
card_layout: large
rows: 1.875

Information (please complete the following information):

  • OS: Windows 11
  • Browser/App: Chrome
  • Bubble Card version: v3.1.0
  • Home Assistant version: 2026.1.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions