From 355b3166f728b38fbc0059ee276f3807d7dbe960 Mon Sep 17 00:00:00 2001 From: ESPHome Device Builder Date: Thu, 16 Jul 2026 22:18:19 +1200 Subject: [PATCH] Edit esp-bedside-panel.yaml --- esphome/esp-bedside-panel.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/esphome/esp-bedside-panel.yaml b/esphome/esp-bedside-panel.yaml index fb400e3..7cab404 100644 --- a/esphome/esp-bedside-panel.yaml +++ b/esphome/esp-bedside-panel.yaml @@ -6,6 +6,7 @@ # https://home.fox.co.nz/gitea/zorruno/zorruno-homeassistant/src/branch/master/esphome/esp-bedside-panel.yaml #:########################################################################################:# # VERSIONS: +# V1.1 2026-07-16 Increased Clock to 280px and date to 64px # V1.0 2026-07-16 First full Bedroom/Climate/Clock release; added 2-hour Sleep timer # V0.8u 2026-07-16 Enlarged Clock and date; moved environment readings lower # V0.8t 2026-07-16 Corrected Panasonic presets to quiet / powerful / none @@ -63,8 +64,8 @@ # - The only functional clock changes are: # - 24-hour HH:MM display # - AM/PM label and update removed -# - The 24-hour clock font is increased to 230px. -# - The date uses a dedicated 48px font. +# - The 24-hour clock font is increased to 280px. +# - The date uses a dedicated 64px font. # - Moon, Outdoor, Indoor and Humidity readings are positioned near the bottom. # - The display remains in its native 1024x600 landscape orientation. # - The default page contains nine Bedroom / nearby controls. @@ -94,12 +95,12 @@ substitutions: # Device Naming device_name: "esp-bedside-panel" friendly_name: "ESP Bedside Panel" - description_comment: "Guition JC1060P470C_I_W_Y ESP32-P4 bedside control panel. V1.0 Bedroom, Climate and Clock release with local 2-hour Sleep timer. (Layout V1.1)" + description_comment: "Guition JC1060P470C_I_W_Y ESP32-P4 bedside control panel. Larger 280px clock and 64px date. (Layout V1.1)" device_area: "Bedroom" # Project Naming project_name: "Guition.JC1060P470C_I_W_Y" - project_version: "v1.0" + project_version: "v1.1" # Passwords & Secrets api_key: !secret esp-api_key @@ -413,13 +414,13 @@ touchscreen: font: - file: "gfonts://Roboto" id: font_clock - size: 230 + size: 280 glyphs: - "0123456789:" - file: "gfonts://Roboto" id: font_date - size: 48 + size: 64 glyphs: - "ABCDEFGHIJKLMNOPQRSTUVWXYZ" - "abcdefghijklmnopqrstuvwxyz" @@ -2619,7 +2620,7 @@ lvgl: - label: id: clock_time_label align: TOP_MID - y: 20 + y: -5 text: "--:--" text_font: font_clock text_color: 0xE4DDD2 @@ -2628,7 +2629,7 @@ lvgl: - label: id: clock_date_label align: TOP_MID - y: 300 + y: 315 text: "Waiting for time" text_font: font_date text_color: 0xA8A198