From e64aeea5b7056b45a013ed798517eace0417a2b0 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Thu, 14 Mar 2024 01:07:15 +0100 Subject: [PATCH] Added clock-weather-card to lovelace --- .storage/lovelace | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/.storage/lovelace b/.storage/lovelace index b4c3ecfb..ba49eb8b 100644 --- a/.storage/lovelace +++ b/.storage/lovelace @@ -204,6 +204,13 @@ "view_layout": { "grid-area": "seventh" } + }, + { + "type": "custom:clock-weather-card", + "entity": "weather.savona", + "view_layout": { + "grid-area": "eighth" + } } ], "layout": { @@ -1717,16 +1724,30 @@ { "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" } -- 2.47.3