]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Added clock-weather-card to lovelace
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 14 Mar 2024 00:07:15 +0000 (01:07 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 14 Mar 2024 00:07:15 +0000 (01:07 +0100)
.storage/lovelace

index b4c3ecfbcb240cc4f7600b10dfbc59314157d5e7..ba49eb8bf71c9f7dbee42c4641d9ffe67b793130 100644 (file)
                   "view_layout": {
                     "grid-area": "seventh"
                   }
+                },
+                {
+                  "type": "custom:clock-weather-card",
+                  "entity": "weather.savona",
+                  "view_layout": {
+                    "grid-area": "eighth"
+                  }
                 }
               ],
               "layout": {
             {
               "type": "vertical-stack",
               "cards": [
+                {
+                  "type": "custom:mushroom-title-card",
+                  "title": "Meteo Savona",
+                  "alignment": "center"
+                },
                 {
                   "type": "custom:clock-weather-card",
-                  "entity": "weather.savona",
-                  "title": "Savona"
+                  "entity": "weather.savona"
+                },
+                {
+                  "type": "custom:mushroom-title-card",
+                  "title": "Meteo Morgex",
+                  "alignment": "center"
                 },
                 {
                   "type": "custom:clock-weather-card",
                   "entity": "weather.morgex",
                   "title": "Morgex"
                 },
+                {
+                  "type": "custom:mushroom-title-card",
+                  "title": "Sole",
+                  "alignment": "center"
+                },
                 {
                   "type": "custom:horizon-card"
                 }