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
|
# https://home.fox.co.nz/gitea/zorruno/zorruno-homeassistant/src/branch/master/esphome/esp-bedside-panel.yaml
|
||||||
#:########################################################################################:#
|
#:########################################################################################:#
|
||||||
# VERSIONS:
|
# VERSIONS:
|
||||||
|
# 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
|
||||||
# V0.8t 2026-07-16 Corrected Panasonic presets to quiet / powerful / none
|
# V0.8t 2026-07-16 Corrected Panasonic presets to quiet / powerful / none
|
||||||
@@ -63,8 +64,8 @@
|
|||||||
# - The only functional clock changes are:
|
# - The only functional clock changes are:
|
||||||
# - 24-hour HH:MM display
|
# - 24-hour HH:MM display
|
||||||
# - AM/PM label and update removed
|
# - AM/PM label and update removed
|
||||||
# - The 24-hour clock font is increased to 230px.
|
# - The 24-hour clock font is increased to 280px.
|
||||||
# - The date uses a dedicated 48px font.
|
# - The date uses a dedicated 64px font.
|
||||||
# - Moon, Outdoor, Indoor and Humidity readings are positioned near the bottom.
|
# - Moon, Outdoor, Indoor and Humidity readings are positioned near the bottom.
|
||||||
# - The display remains in its native 1024x600 landscape orientation.
|
# - The display remains in its native 1024x600 landscape orientation.
|
||||||
# - The default page contains nine Bedroom / nearby controls.
|
# - The default page contains nine Bedroom / nearby controls.
|
||||||
@@ -94,12 +95,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. V1.0 Bedroom, Climate and Clock release with local 2-hour Sleep timer. (Layout V1.1)"
|
description_comment: "Guition JC1060P470C_I_W_Y ESP32-P4 bedside control panel. Larger 280px clock and 64px date. (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.0"
|
project_version: "v1.1"
|
||||||
|
|
||||||
# Passwords & Secrets
|
# Passwords & Secrets
|
||||||
api_key: !secret esp-api_key
|
api_key: !secret esp-api_key
|
||||||
@@ -413,13 +414,13 @@ touchscreen:
|
|||||||
font:
|
font:
|
||||||
- file: "gfonts://Roboto"
|
- file: "gfonts://Roboto"
|
||||||
id: font_clock
|
id: font_clock
|
||||||
size: 230
|
size: 280
|
||||||
glyphs:
|
glyphs:
|
||||||
- "0123456789:"
|
- "0123456789:"
|
||||||
|
|
||||||
- file: "gfonts://Roboto"
|
- file: "gfonts://Roboto"
|
||||||
id: font_date
|
id: font_date
|
||||||
size: 48
|
size: 64
|
||||||
glyphs:
|
glyphs:
|
||||||
- "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
- "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
||||||
- "abcdefghijklmnopqrstuvwxyz"
|
- "abcdefghijklmnopqrstuvwxyz"
|
||||||
@@ -2619,7 +2620,7 @@ lvgl:
|
|||||||
- label:
|
- label:
|
||||||
id: clock_time_label
|
id: clock_time_label
|
||||||
align: TOP_MID
|
align: TOP_MID
|
||||||
y: 20
|
y: -5
|
||||||
text: "--:--"
|
text: "--:--"
|
||||||
text_font: font_clock
|
text_font: font_clock
|
||||||
text_color: 0xE4DDD2
|
text_color: 0xE4DDD2
|
||||||
@@ -2628,7 +2629,7 @@ lvgl:
|
|||||||
- label:
|
- label:
|
||||||
id: clock_date_label
|
id: clock_date_label
|
||||||
align: TOP_MID
|
align: TOP_MID
|
||||||
y: 300
|
y: 315
|
||||||
text: "Waiting for time"
|
text: "Waiting for time"
|
||||||
text_font: font_date
|
text_font: font_date
|
||||||
text_color: 0xA8A198
|
text_color: 0xA8A198
|
||||||
|
|||||||
Reference in New Issue
Block a user