Edit esp-bedside-panel.yaml

This commit is contained in:
ESPHome Device Builder
2026-07-18 21:50:31 +12:00
parent 4bc8c308a6
commit 5e731f791e
+13 -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.25 2026-07-18 Reduced Jobs button line spacing to a balanced gap
# V1.24 2026-07-18 Enlarged and separated Jobs button text # V1.24 2026-07-18 Enlarged and separated Jobs button text
# V1.23 2026-07-18 Centred Jobs text and used direct Jobs Tracker completion script # V1.23 2026-07-18 Centred Jobs text and used direct Jobs Tracker completion script
# V1.22 2026-07-18 Added 15-slot Jobs page with status colours and hold completion # V1.22 2026-07-18 Added 15-slot Jobs page with status colours and hold completion
@@ -125,12 +126,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. Enlarged, vertically separated Jobs labels with direct hold-to-complete controls. (Layout V1.1)" description_comment: "Guition JC1060P470C_I_W_Y ESP32-P4 bedside control panel. Balanced Jobs label spacing with direct hold-to-complete controls. (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.24" project_version: "v1.25"
# Passwords & Secrets # Passwords & Secrets
api_key: !secret esp-api_key api_key: !secret esp-api_key
@@ -4779,7 +4780,7 @@ lvgl:
widgets: widgets:
- label: - label:
align: TOP_MID align: TOP_MID
y: 2 y: 7
width: 300 width: 300
text: "Dog Feeding Morning" text: "Dog Feeding Morning"
text_font: font_job_name text_font: font_job_name
@@ -4789,7 +4790,7 @@ lvgl:
- label: - label:
id: job_1_status_label id: job_1_status_label
align: TOP_MID align: TOP_MID
y: 52 y: 40
width: 300 width: 300
text: "Unknown" text: "Unknown"
text_font: font_job_status text_font: font_job_status
@@ -4826,7 +4827,7 @@ lvgl:
widgets: widgets:
- label: - label:
align: TOP_MID align: TOP_MID
y: 2 y: 7
width: 300 width: 300
text: "Dog Feeding Evening" text: "Dog Feeding Evening"
text_font: font_job_name text_font: font_job_name
@@ -4836,7 +4837,7 @@ lvgl:
- label: - label:
id: job_2_status_label id: job_2_status_label
align: TOP_MID align: TOP_MID
y: 52 y: 40
width: 300 width: 300
text: "Unknown" text: "Unknown"
text_font: font_job_status text_font: font_job_status
@@ -4873,7 +4874,7 @@ lvgl:
widgets: widgets:
- label: - label:
align: TOP_MID align: TOP_MID
y: 2 y: 7
width: 300 width: 300
text: "Dog De-pooping" text: "Dog De-pooping"
text_font: font_job_name text_font: font_job_name
@@ -4883,7 +4884,7 @@ lvgl:
- label: - label:
id: job_3_status_label id: job_3_status_label
align: TOP_MID align: TOP_MID
y: 52 y: 40
width: 300 width: 300
text: "Unknown" text: "Unknown"
text_font: font_job_status text_font: font_job_status
@@ -4920,7 +4921,7 @@ lvgl:
widgets: widgets:
- label: - label:
align: TOP_MID align: TOP_MID
y: 2 y: 7
width: 300 width: 300
text: "Dishwasher Unpacked" text: "Dishwasher Unpacked"
text_font: font_job_name text_font: font_job_name
@@ -4930,7 +4931,7 @@ lvgl:
- label: - label:
id: job_4_status_label id: job_4_status_label
align: TOP_MID align: TOP_MID
y: 52 y: 40
width: 300 width: 300
text: "Unknown" text: "Unknown"
text_font: font_job_status text_font: font_job_status
@@ -4967,7 +4968,7 @@ lvgl:
widgets: widgets:
- label: - label:
align: TOP_MID align: TOP_MID
y: 2 y: 7
width: 300 width: 300
text: "Rubbish Removed" text: "Rubbish Removed"
text_font: font_job_name text_font: font_job_name
@@ -4977,7 +4978,7 @@ lvgl:
- label: - label:
id: job_5_status_label id: job_5_status_label
align: TOP_MID align: TOP_MID
y: 52 y: 40
width: 300 width: 300
text: "Unknown" text: "Unknown"
text_font: font_job_status text_font: font_job_status