From aa37bf05774cd11219baafd033554ee0755aa9a2 Mon Sep 17 00:00:00 2001 From: ESPHome Device Builder Date: Thu, 30 Jul 2026 00:02:07 +1200 Subject: [PATCH] Edit esp-reterminal-e1001.yaml --- esphome/esp-reterminal-e1001.yaml | 32 +++++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) diff --git a/esphome/esp-reterminal-e1001.yaml b/esphome/esp-reterminal-e1001.yaml index fc22f2f..87d0f8e 100644 --- a/esphome/esp-reterminal-e1001.yaml +++ b/esphome/esp-reterminal-e1001.yaml @@ -264,11 +264,15 @@ esphome: id(job_dog_depooping_state).has_state() && id(job_dishwasher_unpacked_state).has_state() && id(job_rubbish_removed_state).has_state() && + id(job_water_tv_pot_plant_state).has_state() && + id(job_water_table_pot_plant_state).has_state() && id(job_dog_feeding_morning_due_ts).has_state() && id(job_dog_feeding_evening_due_ts).has_state() && id(job_dog_depooping_due_ts).has_state() && id(job_dishwasher_unpacked_due_ts).has_state() && - id(job_rubbish_removed_due_ts).has_state(); + id(job_rubbish_removed_due_ts).has_state() && + id(job_water_tv_pot_plant_due_ts).has_state() && + id(job_water_table_pot_plant_due_ts).has_state(); } return @@ -848,7 +852,7 @@ display: ); it.line(8, header_y, screen_width - 9, header_y); - // Three tiles on the top row and two centred on the lower row. + // Four tiles on the top row and three centred on the lower row. draw_job( 8, 70, 0, "Dog Feeding", "Morning", @@ -858,7 +862,7 @@ display: ); draw_job( - 272, 70, 0, + 206, 70, 0, "Dog Feeding", "Evening", id(job_dog_feeding_evening_state).state, id(job_dog_feeding_evening_due_ts).state, @@ -866,7 +870,7 @@ display: ); draw_job( - 536, 70, 1, + 404, 70, 1, "Dog", "De-pooping", id(job_dog_depooping_state).state, id(job_dog_depooping_due_ts).state, @@ -874,7 +878,7 @@ display: ); draw_job( - 140, 275, 2, + 602, 70, 2, "Dishwasher", "Unpacked", id(job_dishwasher_unpacked_state).state, id(job_dishwasher_unpacked_due_ts).state, @@ -882,13 +886,29 @@ display: ); draw_job( - 404, 275, 3, + 99, 277, 3, "Rubbish", "Removed", id(job_rubbish_removed_state).state, id(job_rubbish_removed_due_ts).state, id(job_rubbish_removed_completed_time).state ); + draw_job( + 305, 277, 4, + "Water TV", "Pot Plant", + id(job_water_tv_pot_plant_state).state, + id(job_water_tv_pot_plant_due_ts).state, + id(job_water_tv_pot_plant_completed_time).state + ); + + draw_job( + 511, 277, 4, + "Water Table", "Pot Plant", + id(job_water_table_pot_plant_state).state, + id(job_water_table_pot_plant_due_ts).state, + id(job_water_table_pot_plant_completed_time).state + ); + #:####################################################################################:# # PAGE 2 - VIEW ROAD APPLIANCES # #:####################################################################################:#