Bug with hui-horizontal-stack-card since few days

Hi !

Since few days, i’ve a bug with hui-horizontal-stack-card : custom element not found.
It have worked for many months and now … the bug.

image

I’ve search in HACS … nothing …
I don’t know what to do to solve this.

Thanks.

1 Like

Just use:

type: horizontal-stack
cards:

I’ve tried :

type: entities
title: Imprimante Brother
show_header_toggle: false
entities:
  - type: horizontal-stack
    cards:
      - type: horizontal-stack
        cards:
          - type: custom:bar-card
            entity: sensor.dcp_9020cdw_black_toner_remaining
            name: ' '

but still got an error :frowning:

Erreurs de configuration détectées:

  • La clé requise « entities.0.entity » est manquante.
  • La clé requise « entities.1.entity » est manquante.

The stack card is not supposed to be used inside Entities.