gadgetchnnel / lovelace-card-templater

Custom Lovelace card which allows Jinja2 templates to be applied to other cards
121 stars 6 forks source link

graph disappears when I insert lovelace-card-templater #25

Open GHSTUDIO1 opened 4 years ago

GHSTUDIO1 commented 4 years ago

I have a working card (custom:canvas-gauge-card'

I modify the yaml from:

views:
  - cards:

to:

views:
  - type: 'custom:card-templater'
    entities:
      - sensor.maverick_temp3
    card:

My graph no longer shows. Note...I have not changed any name to name_template.

I have tried both card-templater and lovelace-card-templater .... neither works.

I have no logs...no idea how to debug this.

gadgetchnnel commented 4 years ago

It looks like you have lost the cards option from the view when you changed to use card-templater. It should look more like this:

views:
  - cards:
      - type: 'custom:card-templater'
        entities:
          - sensor.maverick_temp3
        card: