Edit esp-bedside-panel.yaml

This commit is contained in:
ESPHome Device Builder
2026-07-16 22:27:27 +12:00
parent 355b3166f7
commit 07048708a9
+7 -12
View File
@@ -6,6 +6,7 @@
# https://home.fox.co.nz/gitea/zorruno/zorruno-homeassistant/src/branch/master/esphome/esp-bedside-panel.yaml # https://home.fox.co.nz/gitea/zorruno/zorruno-homeassistant/src/branch/master/esphome/esp-bedside-panel.yaml
#:########################################################################################:# #:########################################################################################:#
# VERSIONS: # 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.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 # 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.8u 2026-07-16 Enlarged Clock and date; moved environment readings lower
@@ -95,12 +96,12 @@ substitutions:
# Device Naming # Device Naming
device_name: "esp-bedside-panel" device_name: "esp-bedside-panel"
friendly_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" device_area: "Bedroom"
# Project Naming # Project Naming
project_name: "Guition.JC1060P470C_I_W_Y" project_name: "Guition.JC1060P470C_I_W_Y"
project_version: "v1.1" project_version: "v1.2"
# Passwords & Secrets # Passwords & Secrets
api_key: !secret esp-api_key api_key: !secret esp-api_key
@@ -1923,18 +1924,12 @@ lvgl:
widgets: widgets:
- label: - label:
x: 28 x: 25
y: 18 y: 41
text: "Bedroom Climate" width: 220
text_font: font_title
text_color: 0xFFFFFF
- label:
align: TOP_RIGHT
x: -30
y: 27
text: "Heat Pump" text: "Heat Pump"
text_font: font_small text_font: font_small
text_align: CENTER
text_color: 0x8FA0B3 text_color: 0x8FA0B3
#:################################################################################:# #:################################################################################:#