From ea494ddaf7b7725bbb047db887f2338424b301bb Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Thu, 18 Mar 2021 21:20:27 +0100 Subject: [PATCH] fix for layout-card update --- .storage/lovelace.lovelace_dispositivi | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.storage/lovelace.lovelace_dispositivi b/.storage/lovelace.lovelace_dispositivi index f682f4a5..dc2b59b5 100644 --- a/.storage/lovelace.lovelace_dispositivi +++ b/.storage/lovelace.lovelace_dispositivi @@ -13,7 +13,6 @@ "cards": [ { "type": "custom:layout-card", - "layout": "vertical", "cards": [ { "type": "vertical-stack", @@ -25,7 +24,6 @@ } ] }, - "break", { "type": "vertical-stack", "title": "Operazioni", @@ -41,7 +39,8 @@ } ] } - ] + ], + "layout": "vertical" } ] }, @@ -54,7 +53,6 @@ "cards": [ { "type": "custom:layout-card", - "layout": "vertical", "cards": [ { "type": "vertical-stack", @@ -67,7 +65,6 @@ } ] }, - "break", { "type": "vertical-stack", "title": "Dati", @@ -123,7 +120,8 @@ } ] } - ] + ], + "layout": "vertical" } ] }, -- 2.47.3