]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Updated weather view
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Wed, 12 Mar 2025 08:23:05 +0000 (09:23 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Wed, 12 Mar 2025 08:23:05 +0000 (09:23 +0100)
.storage/lovelace

index 0c542c8bd907b68730c0088169ebcc97d83d8c81..8104b631c2f8cda915409f9e69216ec361da99bf 100644 (file)
               ]
             },
             {
-              "type": "vertical-stack",
+              "type": "grid",
               "cards": [
                 {
                   "type": "custom:mushroom-title-card",
                   "alignment": "center"
                 },
                 {
-                  "type": "horizontal-stack",
+                  "type": "vertical-stack",
                   "cards": [
                     {
-                      "type": "custom:mini-graph-card",
-                      "entities": [
-                        {
-                          "entity": "sensor.temperatura_balcone_temperature",
-                          "name": "Balcone"
-                        }
-                      ],
-                      "name": "Balcone",
-                      "hours_to_show": 24,
-                      "points_per_hour": 1,
-                      "show": {
-                        "name": true,
-                        "state": true
-                      },
-                      "line_width": 5,
-                      "color_thresholds": [
-                        {
-                          "value": 16,
-                          "color": "#4a90e2"
-                        },
+                      "type": "horizontal-stack",
+                      "cards": [
                         {
-                          "value": 19,
-                          "color": "#ffbd00"
+                          "type": "custom:mini-graph-card",
+                          "entities": [
+                            {
+                              "entity": "sensor.temperatura_balcone_temperature",
+                              "name": "Balcone"
+                            }
+                          ],
+                          "name": "Balcone",
+                          "hours_to_show": 24,
+                          "points_per_hour": 1,
+                          "show": {
+                            "name": true,
+                            "state": true
+                          },
+                          "line_width": 5,
+                          "color_thresholds": [
+                            {
+                              "value": 16,
+                              "color": "#4a90e2"
+                            },
+                            {
+                              "value": 19,
+                              "color": "#ffbd00"
+                            },
+                            {
+                              "value": 23,
+                              "color": "#ee7c3a"
+                            }
+                          ],
+                          "hour24": true,
+                          "decimals": 0
                         },
                         {
-                          "value": 23,
-                          "color": "#ee7c3a"
+                          "type": "custom:mini-graph-card",
+                          "entities": [
+                            {
+                              "entity": "sensor.temperatura_veranda_temperature",
+                              "name": "Veranda"
+                            }
+                          ],
+                          "name": "Veranda",
+                          "hours_to_show": 24,
+                          "points_per_hour": 1,
+                          "show": {
+                            "name": true,
+                            "state": true
+                          },
+                          "line_width": 5,
+                          "color_thresholds": [
+                            {
+                              "value": 16,
+                              "color": "#4a90e2"
+                            },
+                            {
+                              "value": 19,
+                              "color": "#ffbd00"
+                            },
+                            {
+                              "value": 23,
+                              "color": "#ee7c3a"
+                            }
+                          ],
+                          "hour24": true,
+                          "decimals": 0
                         }
-                      ],
-                      "hour24": true,
-                      "decimals": 0
+                      ]
                     },
                     {
-                      "type": "custom:mini-graph-card",
-                      "entities": [
-                        {
-                          "entity": "sensor.temperatura_veranda_temperature",
-                          "name": "Veranda"
-                        }
-                      ],
-                      "name": "Veranda",
-                      "hours_to_show": 24,
-                      "points_per_hour": 1,
-                      "show": {
-                        "name": true,
-                        "state": true
-                      },
-                      "line_width": 5,
-                      "color_thresholds": [
-                        {
-                          "value": 16,
-                          "color": "#4a90e2"
-                        },
-                        {
-                          "value": 19,
-                          "color": "#ffbd00"
-                        },
-                        {
-                          "value": 23,
-                          "color": "#ee7c3a"
-                        }
-                      ],
-                      "hour24": true,
-                      "decimals": 0
-                    }
-                  ]
-                },
-                {
-                  "type": "custom:mushroom-title-card",
-                  "title": "Umidità Esterna",
-                  "alignment": "center"
-                },
-                {
-                  "type": "horizontal-stack",
-                  "cards": [
-                    {
-                      "type": "custom:mini-graph-card",
-                      "entities": [
-                        {
-                          "entity": "sensor.temperatura_balcone_humidity",
-                          "name": "Balcone"
-                        }
-                      ],
-                      "name": "Balcone",
-                      "hours_to_show": 24,
-                      "points_per_hour": 1,
-                      "show": {
-                        "name": true,
-                        "state": true
-                      },
-                      "line_width": 5,
-                      "color_thresholds": [
-                        {
-                          "value": 40,
-                          "color": "#4a90e2"
-                        },
-                        {
-                          "value": 60,
-                          "color": "#ffbd00"
-                        },
-                        {
-                          "value": 80,
-                          "color": "#ee7c3a"
-                        }
-                      ],
-                      "hour24": true,
-                      "decimals": 0
+                      "type": "custom:mushroom-title-card",
+                      "title": "Umidità Esterna",
+                      "alignment": "center"
                     },
                     {
-                      "type": "custom:mini-graph-card",
-                      "entities": [
-                        {
-                          "entity": "sensor.temperatura_veranda_humidity",
-                          "name": "Veranda"
-                        }
-                      ],
-                      "name": "Veranda",
-                      "hours_to_show": 24,
-                      "points_per_hour": 1,
-                      "show": {
-                        "name": true,
-                        "state": true
-                      },
-                      "line_width": 5,
-                      "color_thresholds": [
-                        {
-                          "value": 40,
-                          "color": "#4a90e2"
-                        },
+                      "type": "horizontal-stack",
+                      "cards": [
                         {
-                          "value": 60,
-                          "color": "#ffbd00"
+                          "type": "custom:mini-graph-card",
+                          "entities": [
+                            {
+                              "entity": "sensor.temperatura_balcone_humidity",
+                              "name": "Balcone"
+                            }
+                          ],
+                          "name": "Balcone",
+                          "hours_to_show": 24,
+                          "points_per_hour": 1,
+                          "show": {
+                            "name": true,
+                            "state": true
+                          },
+                          "line_width": 5,
+                          "color_thresholds": [
+                            {
+                              "value": 40,
+                              "color": "#4a90e2"
+                            },
+                            {
+                              "value": 60,
+                              "color": "#ffbd00"
+                            },
+                            {
+                              "value": 80,
+                              "color": "#ee7c3a"
+                            }
+                          ],
+                          "hour24": true,
+                          "decimals": 0
                         },
                         {
-                          "value": 80,
-                          "color": "#ee7c3a"
+                          "type": "custom:mini-graph-card",
+                          "entities": [
+                            {
+                              "entity": "sensor.temperatura_veranda_humidity",
+                              "name": "Veranda"
+                            }
+                          ],
+                          "name": "Veranda",
+                          "hours_to_show": 24,
+                          "points_per_hour": 1,
+                          "show": {
+                            "name": true,
+                            "state": true
+                          },
+                          "line_width": 5,
+                          "color_thresholds": [
+                            {
+                              "value": 40,
+                              "color": "#4a90e2"
+                            },
+                            {
+                              "value": 60,
+                              "color": "#ffbd00"
+                            },
+                            {
+                              "value": 80,
+                              "color": "#ee7c3a"
+                            }
+                          ],
+                          "hour24": true,
+                          "decimals": 0
                         }
-                      ],
-                      "hour24": true,
-                      "decimals": 0
+                      ]
                     }
                   ]
                 }
               ]
             }
           ]
-        }
-      ]
     }
   }
 }
\ No newline at end of file