Edit esp-bedside-panel.yaml

This commit is contained in:
ESPHome Device Builder
2026-08-16 23:31:12 +12:00
parent 47c551694f
commit fd7aab565e
+38
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.55 2026-08-16 Show only Clock time and date in Blackout ambient-light mode
# V1.54 2026-08-16 Dimmed Clock time and date palette in Blackout ambient-light mode # V1.54 2026-08-16 Dimmed Clock time and date palette in Blackout ambient-light mode
# V1.53 2026-07-31 Expanded Jobs Summary to nine active jobs in a 3x4 grid with three spare slots # V1.53 2026-07-31 Expanded Jobs Summary to nine active jobs in a 3x4 grid with three spare slots
# V1.52 2026-07-28 Centralised battery publishing and removed continuously evaluated battery template lambdas # V1.52 2026-07-28 Centralised battery publishing and removed continuously evaluated battery template lambdas
@@ -3167,6 +3168,18 @@ script:
id: clock_date_label id: clock_date_label
text_color: 0x383632 text_color: 0x383632
- lvgl.widget.update:
id: clock_battery_icon_label
hidden: true
- lvgl.widget.update:
id: clock_battery_percent_label
hidden: true
- lvgl.widget.update:
id: clock_blackout_details_mask
hidden: false
else: else:
- lvgl.label.update: - lvgl.label.update:
id: clock_time_label id: clock_time_label
@@ -3176,6 +3189,18 @@ script:
id: clock_date_label id: clock_date_label
text_color: 0xA8A198 text_color: 0xA8A198
- lvgl.widget.update:
id: clock_battery_icon_label
hidden: false
- lvgl.widget.update:
id: clock_battery_percent_label
hidden: false
- lvgl.widget.update:
id: clock_blackout_details_mask
hidden: true
- id: apply_active_backlight - id: apply_active_backlight
mode: restart mode: restart
then: then:
@@ -12859,3 +12884,16 @@ lvgl:
text_font: font_small text_font: font_small
text_color: 0x887799 text_color: 0x887799
clickable: false clickable: false
# Blackout mode leaves only the time and date visible.
- obj:
id: clock_blackout_details_mask
x: 0
y: 430
width: 1024
height: 170
bg_color: 0x020304
bg_opa: COVER
border_width: 0
clickable: false
hidden: true