Edit esp-bedside-panel.yaml
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
# https://home.fox.co.nz/gitea/zorruno/zorruno-homeassistant/src/branch/master/esphome/esp-bedside-panel.yaml
|
||||
#:########################################################################################:#
|
||||
# VERSIONS:
|
||||
# V0.8i 2026-07-16 Moved Clock date upward, added missing value glyphs and increased Clock to 190px
|
||||
# V0.8h 2026-07-16 Updated local environment entities and added Moon / Outdoor readings
|
||||
# V0.8g 2026-07-16 Added working Climate mode buttons and retained lightweight placeholders
|
||||
# V0.8f 2026-07-15 Added minimal Climate page with two placeholders and Back button
|
||||
@@ -49,7 +50,7 @@
|
||||
# - The only functional clock changes are:
|
||||
# - 24-hour HH:MM display
|
||||
# - AM/PM label and update removed
|
||||
# - The clock font remains at the proven 170px size.
|
||||
# - The 24-hour clock font is increased cautiously from 170px to 190px.
|
||||
# - The display remains in its native 1024x600 landscape orientation.
|
||||
# - The default page contains nine Bedroom / nearby controls.
|
||||
# - After the configured idle period:
|
||||
@@ -58,7 +59,7 @@
|
||||
# - Touching the clock:
|
||||
# - Returns to the Bedroom controls.
|
||||
# - Restores normal brightness.
|
||||
# - Climate and Downstairs pages remain intentionally omitted.
|
||||
# - The Climate page contains working Off, Heat, Cool and Dehumid controls.
|
||||
#:########################################################################################:#
|
||||
# OFFLINE NOTES:
|
||||
# - LVGL, the clock, touch and backlight operate locally.
|
||||
@@ -75,12 +76,12 @@ substitutions:
|
||||
# Device Naming
|
||||
device_name: "esp-bedside-panel"
|
||||
friendly_name: "ESP Bedside Panel"
|
||||
description_comment: "Guition JC1060P470C_I_W_Y ESP32-P4 bedside clock and Home Assistant control panel. Climate controls with Moon, Outdoor, Indoor and Humidity readings. (Layout V1.1)"
|
||||
description_comment: "Guition JC1060P470C_I_W_Y ESP32-P4 bedside clock and Home Assistant control panel. Larger 24-hour clock with corrected environment symbols. (Layout V1.1)"
|
||||
device_area: "Bedroom"
|
||||
|
||||
# Project Naming
|
||||
project_name: "Guition.JC1060P470C_I_W_Y"
|
||||
project_version: "v0.8h"
|
||||
project_version: "v0.8i"
|
||||
|
||||
# Passwords & Secrets
|
||||
api_key: !secret esp-api_key
|
||||
@@ -370,7 +371,7 @@ touchscreen:
|
||||
font:
|
||||
- file: "gfonts://Roboto"
|
||||
id: font_clock
|
||||
size: 170
|
||||
size: 190
|
||||
glyphs:
|
||||
- "0123456789:"
|
||||
|
||||
@@ -388,7 +389,7 @@ font:
|
||||
glyphs:
|
||||
- "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
||||
- "abcdefghijklmnopqrstuvwxyz"
|
||||
- "0123456789 .:/-"
|
||||
- "0123456789 .:/-%°"
|
||||
|
||||
- file: "gfonts://Roboto"
|
||||
id: font_small
|
||||
@@ -1410,7 +1411,7 @@ lvgl:
|
||||
- label:
|
||||
id: clock_date_label
|
||||
align: TOP_MID
|
||||
y: 325
|
||||
y: 290
|
||||
text: "Waiting for time"
|
||||
text_font: font_title
|
||||
text_color: 0xA8A198
|
||||
|
||||
Reference in New Issue
Block a user