Tabbed card doesnt show label

Hello,
i installed HACS + tabbed card and im trying to add a label to my tabs but it doesnt show any text

this is the code i used for the card:

type: custom:tabbed-card
tabs:
  - card:
      label: Woonkamer Sensors
      type: custom:mushroom-climate-card
      entity: climate.woonkamer
      show_temperature_control: true
  - card:
      label: Kinderkamer Sensors
      type: custom:mushroom-climate-card
      entity: climate.kinderkamer
      show_temperature_control: true

Schermafbeelding 2023-09-14 114509|671x281

i think there is a bug in my tabbed card fronted

Please post code as preformatted text (</> in the toolbar). The spaces at the beginning of each line are critical.

You’re using a custom card within a custom card. The docs don’t seem to mention this, so I don’t know if it’s possible (only had a quick glance) - does it work as expected with normal HA cards?

type: custom:tabbed-card
tabs:
  - card:
      label: Woonkamer Sensors
      type: thermostat
      entity: climate.kinderkamer
  - card:
      label: Kinderkamer Sensors
      type: thermostat
      entity: climate.kinderkamer


still no succes

You need to include attributes with the label name, otherwise the tabs will be blank.

type: custom:tabbed-card
tabs:
  - card:
      type: thermostat
      entity: climate.hallway
    attributes:
      label: Hallway
  - card:
      type: entity
      entity: sensor.living_room_motion_sensor_temperature
    attributes:
      label: Living room

image

thank you sir! fixed

I’ve made sure the attributes: label: are as per all above, but something ‘funny’ happens in my case - once logged-in, the tabs don’t appear, either on PC or phone/companion app. But in both cases, if I try to ‘edit’ the dashboard the tabs immediately appear:


Any suggestions as to what could be the cause here?
Home Assistant 2023.9.2
Supervisor 2023.09.2
Operating System 10.5
Frontend 20230911.0 - latest
Chrome for PC/Phone
Firefox for PC