Tabbed-card : custom element doesn't exist

Hi all,

I’m stuck with the tabbed-card.
I’m adding it via HACS, installation worked fine.
I checked my resources and them seems to be ok


When i add the card via my dashboard yaml, i have the message warning

Custom element doesn’t exist : tabbed-card

Here’s my (simple) code for testing it :

  - type: custom:tabbed-card
    tabs:
      - card:
        type: entity
        entity: sun.sun
        attributes:
          label: Outdoor
      - card:
        type: entity
        entity: sun.sun
        attributes:
          label: Out  

I also tried :

  • Remove resource from the resource tab and add it into my configuration.yaml
    config
  • Unintsall / Reinstall via HACS
  • Rebooting the whole HA system
  • Empty cache

A tip anyone? :smiley:

No idea why your setup does not see this card - but I see a wrong indentation in your code, should be:

    type: custom:tabbed-card
    tabs:
      - card:
          ...
        attributes:
          ...
      - card:
          ...
        attributes:
          ...

I’m having a similar issue (with Bubble-Card), and did have same issue with Tabbed-Card last week.

I am also searching for a solution.

I did get the card to appear by going to the Resources Tab, opening the specific resource, and clicking the UPDATE button (without changing any resource information). When returning to the dashboard, it appears again. However, as soon as the page is reloaded it comes back with Custom Element Doesn’t Exist.

If you’re up for trying it, let me know if you experience the same brief success. Perhaps we have a common config issue

I tried some experiments but nothing worked. I ended by making my own tabbed content with CSS. Maybe an integration who have conflict with those one but i don’t have time to try and die for now :slight_smile: