#Generate a Card PER entity found in auto entity

1 messages · Page 1 of 1 (latest)

rancid crater
#

This shows the data points but all as part of a single graph

filter:
  include:
    - domain: sensor
      label: internet
card:
  type: custom:mini-graph-card
  hours_to_show: 24
  detail: 1

this splits them up but then says "no card type configured"

type: custom:auto-entities
filter:
  include:
    - domain: sensor
      label: internet
card:
  type: grid
  square: false
  columns: 2
card_param: cards
card_options:
  type: custom:mini-graph-card
  hours_to_show: 24
  detail: 1

I want each one to be split into its own card, is this doable? (for this particular use case its not strictly needed, but I am trying to learn how to do these things for future reference)