thomasloven / lovelace-layout-card

🔹 Get more control over the placement of lovelace cards.
MIT License
1.05k stars 125 forks source link

problem on Visual Editor when using layout-card #223

Open platini76 opened 1 year ago

platini76 commented 1 year ago

I use this code to split screen on different % but when I insert it visual editor stop working... is there a solution to get it work also with this code?


theme: Backend-selected
title: grid
path: grid
type: custom:layout-card
layout_type: custom:grid-layout
layout_options:
  grid-template-columns: 25% 35% 35%
  grid-template-rows: auto
  grid-template-areas: |
    "left middle right"
badges: []