Edit esp-reterminal-e1001.yaml
This commit is contained in:
@@ -264,11 +264,15 @@ esphome:
|
|||||||
id(job_dog_depooping_state).has_state() &&
|
id(job_dog_depooping_state).has_state() &&
|
||||||
id(job_dishwasher_unpacked_state).has_state() &&
|
id(job_dishwasher_unpacked_state).has_state() &&
|
||||||
id(job_rubbish_removed_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_morning_due_ts).has_state() &&
|
||||||
id(job_dog_feeding_evening_due_ts).has_state() &&
|
id(job_dog_feeding_evening_due_ts).has_state() &&
|
||||||
id(job_dog_depooping_due_ts).has_state() &&
|
id(job_dog_depooping_due_ts).has_state() &&
|
||||||
id(job_dishwasher_unpacked_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
|
return
|
||||||
@@ -848,7 +852,7 @@ display:
|
|||||||
);
|
);
|
||||||
it.line(8, header_y, screen_width - 9, header_y);
|
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(
|
draw_job(
|
||||||
8, 70, 0,
|
8, 70, 0,
|
||||||
"Dog Feeding", "Morning",
|
"Dog Feeding", "Morning",
|
||||||
@@ -858,7 +862,7 @@ display:
|
|||||||
);
|
);
|
||||||
|
|
||||||
draw_job(
|
draw_job(
|
||||||
272, 70, 0,
|
206, 70, 0,
|
||||||
"Dog Feeding", "Evening",
|
"Dog Feeding", "Evening",
|
||||||
id(job_dog_feeding_evening_state).state,
|
id(job_dog_feeding_evening_state).state,
|
||||||
id(job_dog_feeding_evening_due_ts).state,
|
id(job_dog_feeding_evening_due_ts).state,
|
||||||
@@ -866,7 +870,7 @@ display:
|
|||||||
);
|
);
|
||||||
|
|
||||||
draw_job(
|
draw_job(
|
||||||
536, 70, 1,
|
404, 70, 1,
|
||||||
"Dog", "De-pooping",
|
"Dog", "De-pooping",
|
||||||
id(job_dog_depooping_state).state,
|
id(job_dog_depooping_state).state,
|
||||||
id(job_dog_depooping_due_ts).state,
|
id(job_dog_depooping_due_ts).state,
|
||||||
@@ -874,7 +878,7 @@ display:
|
|||||||
);
|
);
|
||||||
|
|
||||||
draw_job(
|
draw_job(
|
||||||
140, 275, 2,
|
602, 70, 2,
|
||||||
"Dishwasher", "Unpacked",
|
"Dishwasher", "Unpacked",
|
||||||
id(job_dishwasher_unpacked_state).state,
|
id(job_dishwasher_unpacked_state).state,
|
||||||
id(job_dishwasher_unpacked_due_ts).state,
|
id(job_dishwasher_unpacked_due_ts).state,
|
||||||
@@ -882,13 +886,29 @@ display:
|
|||||||
);
|
);
|
||||||
|
|
||||||
draw_job(
|
draw_job(
|
||||||
404, 275, 3,
|
99, 277, 3,
|
||||||
"Rubbish", "Removed",
|
"Rubbish", "Removed",
|
||||||
id(job_rubbish_removed_state).state,
|
id(job_rubbish_removed_state).state,
|
||||||
id(job_rubbish_removed_due_ts).state,
|
id(job_rubbish_removed_due_ts).state,
|
||||||
id(job_rubbish_removed_completed_time).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 #
|
# PAGE 2 - VIEW ROAD APPLIANCES #
|
||||||
#:####################################################################################:#
|
#:####################################################################################:#
|
||||||
|
|||||||
Reference in New Issue
Block a user