From 1e15b2e1cd55ddc8f4d2690d8389291b21887c8e Mon Sep 17 00:00:00 2001 From: darthsandmann Date: Sat, 30 Jul 2022 12:38:01 +0000 Subject: [PATCH] revert 96237977e6a9ec391a019ed672938f729204f386 revert Testing Views --- lovelace/testing.yaml | 6 ------ ui-lovelace.yaml | 21 ++------------------- 2 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 lovelace/testing.yaml diff --git a/lovelace/testing.yaml b/lovelace/testing.yaml deleted file mode 100644 index fb55988..0000000 --- a/lovelace/testing.yaml +++ /dev/null @@ -1,6 +0,0 @@ -- view_layout: - grid-area: "card1" - type: "custom:button-card" - template: "card_title" - name: "Card 1 Testing" - label: "grid-area: card1" \ No newline at end of file diff --git a/ui-lovelace.yaml b/ui-lovelace.yaml index 18dc3df..d8b5e82 100644 --- a/ui-lovelace.yaml +++ b/ui-lovelace.yaml @@ -12,7 +12,7 @@ views: title: "Overview" path: 0 layout: - grid-template-columns: "1fr 1fr 1fr" + grid-template-columns: "1fr 1fr" grid-template-rows: "min-content" grid-template-areas: | "main popup" @@ -48,21 +48,4 @@ views: - type: "vertical-stack" cards: - !include lovelace/popup.yaml - - - - type: "custom:grid-layout" - title: "Testing" - path: 1 - layout: - grid-template-columns: "1fr 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: - - !include lovelace/testing.yaml \ No newline at end of file + !include lovelace/popup.yaml \ No newline at end of file