From 2b59080d4cf976e164ce545eaee8a92fb7ec349e Mon Sep 17 00:00:00 2001 From: DavidFW1960 <36390762+DavidFW1960@users.noreply.github.com> Date: Sat, 27 Jul 2019 14:13:18 +1000 Subject: [PATCH 1/2] add summary fond and separator size --- lovelace.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lovelace.yaml b/lovelace.yaml index 74531d0..4dbb85d 100644 --- a/lovelace.yaml +++ b/lovelace.yaml @@ -78,6 +78,8 @@ large_icon_top_margin: -3.5em #default -3.5em px or em large_icon_left_position: 0em #default 0em px or em separator_top_margin: 6em #default 6em px or em + summary_top_margin: 0.2em #default 0.2em px or em + summary_font_size: 0.8em #default 0.8em px or em slot_l1: daytime_high #daytime_high slot_l2: daytime_low #wind slot_l3: wind #visibility but BOM has no visibility reported From f3fe13062d388c46374f22b2fcf073f2f011997e Mon Sep 17 00:00:00 2001 From: DavidFW1960 <36390762+DavidFW1960@users.noreply.github.com> Date: Sat, 27 Jul 2019 14:16:43 +1000 Subject: [PATCH 2/2] add summary text configuration --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7c7a1bd..c09cc0f 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,8 @@ show_beaufort: true | large_icon_top_margin | **-3.5em** / px or em value | Sets the top margin of the current conditions icon | | large_icon_left_position | **0em** / px or em value | Sets the left position of the current conditions icon | | separator_top_margin | **5em** / px or em value | Sets the top margin of the separator line | +| summary_top_margin | **1.2em** / px or em | Sets the gap between the forecast and summary text | +| summary_font_size: | **0.8em** / px or em | Sets the font size for the summary text | | slot_l1 | **daytime_high** | Sets the value used in current conditions slot l1 : See slots for more info | | slot_l2 | **wind** | Sets the value used in current conditions slot l2 : See slots for more info | | slot_l3 | **visibility** | Sets the value used in current conditions slot l3 : See slots for more info |