From 5e731f791e5d5d3423e93819397d6dbc4c50237a Mon Sep 17 00:00:00 2001 From: ESPHome Device Builder Date: Sat, 18 Jul 2026 21:50:31 +1200 Subject: [PATCH] Edit esp-bedside-panel.yaml --- esphome/esp-bedside-panel.yaml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/esphome/esp-bedside-panel.yaml b/esphome/esp-bedside-panel.yaml index 2bff025..b2b72cb 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.25 2026-07-18 Reduced Jobs button line spacing to a balanced gap # V1.24 2026-07-18 Enlarged and separated Jobs button text # V1.23 2026-07-18 Centred Jobs text and used direct Jobs Tracker completion script # V1.22 2026-07-18 Added 15-slot Jobs page with status colours and hold completion @@ -125,12 +126,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. Enlarged, vertically separated Jobs labels with direct hold-to-complete controls. (Layout V1.1)" + description_comment: "Guition JC1060P470C_I_W_Y ESP32-P4 bedside control panel. Balanced Jobs label spacing with direct hold-to-complete controls. (Layout V1.1)" device_area: "Bedroom" # Project Naming project_name: "Guition.JC1060P470C_I_W_Y" - project_version: "v1.24" + project_version: "v1.25" # Passwords & Secrets api_key: !secret esp-api_key @@ -4779,7 +4780,7 @@ lvgl: widgets: - label: align: TOP_MID - y: 2 + y: 7 width: 300 text: "Dog Feeding Morning" text_font: font_job_name @@ -4789,7 +4790,7 @@ lvgl: - label: id: job_1_status_label align: TOP_MID - y: 52 + y: 40 width: 300 text: "Unknown" text_font: font_job_status @@ -4826,7 +4827,7 @@ lvgl: widgets: - label: align: TOP_MID - y: 2 + y: 7 width: 300 text: "Dog Feeding Evening" text_font: font_job_name @@ -4836,7 +4837,7 @@ lvgl: - label: id: job_2_status_label align: TOP_MID - y: 52 + y: 40 width: 300 text: "Unknown" text_font: font_job_status @@ -4873,7 +4874,7 @@ lvgl: widgets: - label: align: TOP_MID - y: 2 + y: 7 width: 300 text: "Dog De-pooping" text_font: font_job_name @@ -4883,7 +4884,7 @@ lvgl: - label: id: job_3_status_label align: TOP_MID - y: 52 + y: 40 width: 300 text: "Unknown" text_font: font_job_status @@ -4920,7 +4921,7 @@ lvgl: widgets: - label: align: TOP_MID - y: 2 + y: 7 width: 300 text: "Dishwasher Unpacked" text_font: font_job_name @@ -4930,7 +4931,7 @@ lvgl: - label: id: job_4_status_label align: TOP_MID - y: 52 + y: 40 width: 300 text: "Unknown" text_font: font_job_status @@ -4967,7 +4968,7 @@ lvgl: widgets: - label: align: TOP_MID - y: 2 + y: 7 width: 300 text: "Rubbish Removed" text_font: font_job_name @@ -4977,7 +4978,7 @@ lvgl: - label: id: job_5_status_label align: TOP_MID - y: 52 + y: 40 width: 300 text: "Unknown" text_font: font_job_status