From 497cf553ad0acba2fb9310853ae3e49a278a1b21 Mon Sep 17 00:00:00 2001 From: ESPHome Device Builder Date: Thu, 16 Jul 2026 19:57:28 +1200 Subject: [PATCH] Edit esp-bedside-panel.yaml --- esphome/esp-bedside-panel.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/esphome/esp-bedside-panel.yaml b/esphome/esp-bedside-panel.yaml index 6e3c5c0..171e83f 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: +# V0.8n 2026-07-16 Fixed setpoint arrow icons using LVGL built-in FontAwesome symbols # V0.8m 2026-07-16 Added Quiet / Powerful profiles, Night Power toggle and improved Climate state highlighting # V0.8l 2026-07-16 Completed primary Climate controls, ceiling fan cycle and Air Filter Low # V0.8k 2026-07-16 Revised Bedroom header and added five-button navigation row @@ -81,12 +82,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. Climate modes, profiles, setpoint, ceiling fan, quiet air filter and Night Power. (Layout V1.1)" + description_comment: "Guition JC1060P470C_I_W_Y ESP32-P4 bedside control panel. Climate controls with LVGL built-in setpoint arrow icons. (Layout V1.1)" device_area: "Bedroom" # Project Naming project_name: "Guition.JC1060P470C_I_W_Y" - project_version: "v0.8m" + project_version: "v0.8n" # Passwords & Secrets api_key: !secret esp-api_key @@ -411,7 +412,7 @@ font: glyphs: - "ABCDEFGHIJKLMNOPQRSTUVWXYZ" - "abcdefghijklmnopqrstuvwxyz" - - "0123456789, .:/-%°+()↑↓" + - "0123456789, .:/-%°+()" - file: "gfonts://Roboto" id: font_button @@ -1878,8 +1879,8 @@ lvgl: widgets: - label: align: CENTER - text: "↓" - text_font: font_title + text: "\uF063" + text_font: montserrat_36 text_color: 0xFFFFFF on_click: - homeassistant.action: @@ -1922,8 +1923,8 @@ lvgl: widgets: - label: align: CENTER - text: "↑" - text_font: font_title + text: "\uF062" + text_font: montserrat_36 text_color: 0xFFFFFF on_click: - homeassistant.action: