]> git.giorgioravera.it Git - homeassistant.git/commitdiff
fix for layout-card update
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 18 Mar 2021 20:20:27 +0000 (21:20 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 18 Mar 2021 20:20:27 +0000 (21:20 +0100)
.storage/lovelace.lovelace_dispositivi

index f682f4a55fb04a81313a9b0a93359ed8acec1291..dc2b59b54a50e7eb42554473978dace718b90f56 100644 (file)
@@ -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",
                                         }
                                     ]
                                 }
-                            ]
+                            ],
+                            "layout": "vertical"
                         }
                     ]
                 },