diff --git a/esphome/esp-bedside-panel.yaml b/esphome/esp-bedside-panel.yaml index 7cab404..c89ce9d 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.2 2026-07-16 Removed Climate title and aligned Heat Pump heading above Off # 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 @@ -95,12 +96,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. Larger 280px clock and 64px date. (Layout V1.1)" + description_comment: "Guition JC1060P470C_I_W_Y ESP32-P4 bedside control panel. Simplified Climate heading layout with aligned Heat Pump label. (Layout V1.1)" device_area: "Bedroom" # Project Naming project_name: "Guition.JC1060P470C_I_W_Y" - project_version: "v1.1" + project_version: "v1.2" # Passwords & Secrets api_key: !secret esp-api_key @@ -1923,18 +1924,12 @@ lvgl: widgets: - label: - x: 28 - y: 18 - text: "Bedroom Climate" - text_font: font_title - text_color: 0xFFFFFF - - - label: - align: TOP_RIGHT - x: -30 - y: 27 + x: 25 + y: 41 + width: 220 text: "Heat Pump" text_font: font_small + text_align: CENTER text_color: 0x8FA0B3 #:################################################################################:#