From 8acba3dfeb189561e9a99d6231858ee8b31aaf76 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Sun, 31 May 2020 18:56:45 +0300 Subject: [PATCH] Tweak climate card --- .../decluttering_templates/cards/climate_card.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/config/lovelace/decluttering_templates/cards/climate_card.yaml b/config/lovelace/decluttering_templates/cards/climate_card.yaml index 5f1c71d..d7296b2 100644 --- a/config/lovelace/decluttering_templates/cards/climate_card.yaml +++ b/config/lovelace/decluttering_templates/cards/climate_card.yaml @@ -24,12 +24,12 @@ climate_card: cards: - type: "custom:mini-graph-card" name: "[[left_name]]" - font_size: 75 - icon: "mdi:water" - line_color: "var(--color-blue)" - line_width: 8 entities: - "[[left_entity]]" + font_size: 75 + line_color: "var(--color-blue)" + line_width: 6 + hours_to_show: 72 - type: "custom:mini-graph-card" name: "[[right_name]]" @@ -37,4 +37,5 @@ climate_card: - "[[right_entity]]" font_size: 75 line_color: "var(--color-blue)" - line_width: 8 + line_width: 6 + hours_to_show: 72