Skip to content

Commit

Permalink
Update experimental.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xBourner authored Mar 5, 2024
1 parent 5e23f14 commit 7c0c760
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pages/configuration/experimental.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,6 @@ Then add a changed grid layout card with this code:
title: Grid layout
type: custom:layout-card
layout_type: custom:grid-layout
cards:
- type: custom:decluttering-card
view_layout:
grid-area: header
template: header_card
layout:
grid-template-columns: repeat(9, minmax(0px, 1fr))
grid-template-rows: auto
Expand Down Expand Up @@ -248,7 +243,12 @@ layout:
"favorit favorit ."
"floor1 floor2 floor3"
"room1 room2 room3"
"room4 room5 room6"
"room4 room5 room6"
cards:
- type: custom:decluttering-card
view_layout:
grid-area: header
template: header_card


```
Expand Down

0 comments on commit 7c0c760

Please sign in to comment.