Hello,
I have tried to install the Lovelace Layout card but without success. I used HACS to install, I put int my ui-lovelace.yaml file :
- type: module
url: /local/layout-card.js
Restart Home assistant but I stil get the error
Custom element doesn't exist: layout-card.
type: 'custom:layout-card'
layout: vertical
column_width: 100%
cards:
- type: markdown
content: '# Grid'
What is going wrong ?
Thanks