From 3dcaa1b06b24be898455d15bb379837258f797f7 Mon Sep 17 00:00:00 2001 From: ESPHome Device Builder Date: Sat, 18 Jul 2026 00:23:12 +1200 Subject: [PATCH] Edit esp-bedside-panel.yaml --- esphome/esp-bedside-panel.yaml | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/esphome/esp-bedside-panel.yaml b/esphome/esp-bedside-panel.yaml index e634902..ae5da62 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.17 2026-07-18 Swapped Bedroom Climate/Atto buttons and removed Garage test logs # V1.16 2026-07-17 Removed garage-door influence from Garage Lights button state # V1.15 2026-07-17 Changed Garage Lights to an imported controllable HA switch # V1.14 2026-07-17 Changed Garage Lights to a direct click-triggered HA toggle @@ -115,12 +116,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. Garage Lights button follows only the garage-light switch state. (Layout V1.1)" + description_comment: "Guition JC1060P470C_I_W_Y ESP32-P4 bedside control panel. Bedroom Climate/Atto navigation swapped and Garage Lights test logging removed. (Layout V1.1)" device_area: "Bedroom" # Project Naming project_name: "Guition.JC1060P470C_I_W_Y" - project_version: "v1.16" + project_version: "v1.17" # Passwords & Secrets api_key: !secret esp-api_key @@ -1907,20 +1908,12 @@ switch: on_turn_on: then: - - logger.log: - level: INFO - format: "Garage Lights HA switch reports ON" - - lvgl.widget.update: id: garage_lights_button bg_color: 0xB88918 on_turn_off: then: - - logger.log: - level: INFO - format: "Garage Lights HA switch reports OFF" - - lvgl.widget.update: id: garage_lights_button bg_color: 0x28313D @@ -2547,10 +2540,6 @@ lvgl: pressed: bg_color: 0x425166 on_click: - - logger.log: - level: INFO - format: "Garage Lights button clicked; toggling imported HA switch" - - switch.toggle: ha_garage_lights - button: @@ -2630,7 +2619,7 @@ lvgl: - button: id: climate_navigation_button - x: 216 + x: 414 y: 475 width: 190 height: 92 @@ -2657,7 +2646,7 @@ lvgl: - button: id: atto_navigation_button - x: 414 + x: 216 y: 475 width: 190 height: 92