Closed VDRainer closed 5 months ago
Found the solution here: https://github.com/thomasloven/lovelace-layout-card/pull/253
changed:
type: custom:vertical-layout
layout:
max_cols: 3
to:
type: custom:layout-card
layout_type: custom:vertical-layout
layout:
max_cols: 3
and it works again. Looks like the syntax has changed and nobody cares.
You sure about:
type: custom:layout-card #card?
layout_type: custom:vertical-layout
layout:
max_cols: 3
That does seem to fix it somewhat but the "Add" button is gone and while editing in the UI there's no options. That if you add those values at the top of the yaml config.
If it goes at the bottom, as it would natively, with:
type: custom:vertical-layout
And you add:
layout_type: custom:vertical-layout
There's no change.
You sure about:
type: custom:layout-card #card? layout_type: custom:vertical-layout layout: max_cols: 3
That does seem to fix it somewhat but the "Add" button is gone and while editing in the UI there's no options. That if you add those values at the top of the yaml config.
If it goes at the bottom, as it would natively, with:
type: custom:vertical-layout
And you add:
layout_type: custom:vertical-layout
There's no change.
That fixed it for me. I only use yaml mode and need no buttons. Maybe open another issue.
My Home Assistant version: 2024.6.0b3
Layout-card version (FROM BROWSER CONSOLE): 2.4.5
What I am doing: Since HA 2024.6.0b3 there is only one centered column.
What I expected to happen: 3 Columns
What happened instead: Only one centered column
Minimal steps to reproduce:
Error messages from the browser console: Nothing
By putting an X in the boxes ([X]) below, I indicate that I: