Skip to content

[Bug]: Error: Failed to execute 'define' on 'CustomElementRegistry' #173

@scw2wi

Description

@scw2wi

Description

The following error message seams to be coming from this card.

Error:
Failed to execute 'define' on 'CustomElementRegistry':
the name "base-custom-feature" has already been used with this registry.

Environment

- OS: [Windows 11]
- Browser: [Edge]
- Home Assistant Version: [2025.10.4]        
- Tabbed Card Version: [0.3.3]

Reproducible configuration

- type: custom:tabbed-card
    view_layout:
      grid-area: tabs
    styles:
      "--mdc-theme-primary": darkorange
    options:
      defaultTabIndex: 0
    tabs:
      - attributes:
          label: April
        card:
          type: custom:decluttering-card
          template: irrigation_schedule_card
          variables:
            - MONTH: apr
      - attributes:
          label: Mai
        card:
          type: custom:decluttering-card
          template: irrigation_schedule_card
          variables:
            - MONTH: may
      - attributes:
          label: Juni
        card:
          type: custom:decluttering-card
          template: irrigation_schedule_card
          variables:
            - MONTH: jun
      - attributes:
          label: Juli
        card:
          type: custom:decluttering-card
          template: irrigation_schedule_card
          variables:
            - MONTH: jul
      - attributes:
          label: Aug
        card:
          type: custom:decluttering-card
          template: irrigation_schedule_card
          variables:
            - MONTH: aug
      - attributes:
          label: Sep
        card:
          type: custom:decluttering-card
          template: irrigation_schedule_card
          variables:
            - MONTH: sep

Additional context

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions