From bdcbc7dd8d210ca2942b708f46b54df494d7795e Mon Sep 17 00:00:00 2001 From: darthsandmann Date: Sat, 30 Jul 2022 12:39:41 +0000 Subject: [PATCH] revert de21ffeae5bc70acf924157ad6a20001e76f706a revert Custom Grid Layout --- ui-lovelace.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/ui-lovelace.yaml b/ui-lovelace.yaml index d8b5e82..6ece867 100644 --- a/ui-lovelace.yaml +++ b/ui-lovelace.yaml @@ -8,18 +8,8 @@ background: "var(--background-image)" views: - - type: "custom:grid-layout" - title: "Overview" + - title: "Overview" path: 0 - layout: - grid-template-columns: "1fr 1fr" - grid-template-rows: "min-content" - grid-template-areas: | - "main popup" - mediaquery: - "(max-width: 1100px), (orientation: portrait)": - grid-template-columns: "100%" - grid-template-areas: "main" cards: - type: "vertical-stack"