From: Giorgio Ravera Date: Wed, 12 Mar 2025 08:23:05 +0000 (+0100) Subject: Updated weather view X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=52e50938512195ee9914d2a4f914896e8785e403;p=homeassistant.git Updated weather view --- diff --git a/.storage/lovelace b/.storage/lovelace index 0c542c8b..8104b631 100644 --- a/.storage/lovelace +++ b/.storage/lovelace @@ -2696,7 +2696,7 @@ ] }, { - "type": "vertical-stack", + "type": "grid", "cards": [ { "type": "custom:mushroom-title-card", @@ -2704,157 +2704,160 @@ "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