thomasloven / lovelace-layout-card

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

Update README.md #253

Open dsellers1 opened 1 year ago

dsellers1 commented 1 year ago

Fixed typo in Grid Layout example code The code reads

title: Grid layout
type: custom:grid-layout
layout:
...

but it should read

title: Grid layout
type: custom:layout-card
layout_type: custom:grid-layout
layout:
...

The original code does not give any errors but does not display anything. With the change, the example matches the screenshot.