From 55764eba96a59e74012c4f5e29bfbd75db39ddae Mon Sep 17 00:00:00 2001 From: ESPHome Device Builder Date: Fri, 31 Jul 2026 13:27:48 +1200 Subject: [PATCH] Edit esp-bedside-panel.yaml --- esphome/esp-bedside-panel.yaml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/esphome/esp-bedside-panel.yaml b/esphome/esp-bedside-panel.yaml index 0be8cd4..90a6417 100644 --- a/esphome/esp-bedside-panel.yaml +++ b/esphome/esp-bedside-panel.yaml @@ -6,6 +6,7 @@ # https://home.fox.co.nz/gitea/zorruno/zorruno-homeassistant/src/branch/master/esphome/esp-bedside-panel.yaml #:########################################################################################:# # VERSIONS: +# 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.51 2026-07-28 Removed unsupported update_interval from the template USB-power binary sensor # V1.50 2026-07-28 Reworked calibrated battery monitoring and Clock indicator using delayed interval updates after V1.49 boot rollback @@ -190,7 +191,7 @@ substitutions: # Project Naming project_name: "Guition.JC1060P470C_I_W_Y" - project_version: "v1.52" + project_version: "v1.53" # Passwords & Secrets api_key: !secret esp-api_key @@ -380,7 +381,7 @@ substitutions: external_garage_light_entity: "switch.esp_garageextcornerlight_garage_external_light" # Home Assistant Entities - Jobs Tracker - # Slots 1-5 are currently active. The page reserves 15 positions in total. + # Slots 1-9 are active. The page reserves three additional positions. job_1_state_entity: "sensor.jobs_tracker_dog_feeding_morning" job_1_id: "dog_feeding_morning" @@ -396,6 +397,18 @@ substitutions: job_5_state_entity: "sensor.jobs_tracker_rubbish_removed" job_5_id: "rubbish_removed" + job_6_state_entity: "sensor.jobs_tracker_empty_dryer" + job_6_id: "empty_dryer" + + job_7_state_entity: "sensor.jobs_tracker_water_table_pot_plant" + job_7_id: "water_table_pot_plant" + + job_8_state_entity: "sensor.jobs_tracker_water_tv_pot_plant" + job_8_id: "water_tv_pot_plant" + + job_9_state_entity: "sensor.jobs_tracker_empty_washing_machine" + job_9_id: "empty_washing_machine" + #:########################################################################################:# # PACKAGES: # Included Common Packages @@ -12156,4 +12169,4 @@ lvgl: text: "" text_font: font_small text_color: 0x887799 - clickable: false \ No newline at end of file + clickable: false