kinghat / tabbed-card

a custom card for home assistant that utilizes tabs to segregate individual cards.
MIT License
87 stars 10 forks source link

Tabbed Card + Multiple Entity Row #102

Closed candyman2903 closed 9 months ago

candyman2903 commented 1 year ago

When I try to use the Multiple Entity Row I get an error.

type: custom:tabbed-card
styles: ...
tabs:
  - attributes:
      label: Übersicht
    card:
      type: entities
entities:
  - entity: sensor.processor_temperature
    state_header: Temperatur
    type: custom:multiple-entity-row
    name: CPU

If anyone has an idea how to fix this, the combination of the two would be just awesome.

ildar170975 commented 1 year ago

The posted code has a wrong indentation.

kinghat commented 9 months ago

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

  • attributes: label: Übersicht card: type: entities entities:
  • entity: sensor.processor_temperature state_header: Temperatur type: custom:multiple-entity-row name: CPU

at a minimum your entities indentation is off or configured incorrectly as @ildar170975 pointed out. reopen if you are still having issues.