diff --git a/esphome/esp-bedside-panel.yaml b/esphome/esp-bedside-panel.yaml index 261ad60..ea8cea3 100644 --- a/esphome/esp-bedside-panel.yaml +++ b/esphome/esp-bedside-panel.yaml @@ -7436,7 +7436,7 @@ lvgl: x: 18 y: 18 width: 320 - height: 76 + height: 95 bg_color: 0x28313D bg_opa: COVER border_width: 2 @@ -7447,7 +7447,7 @@ lvgl: widgets: - label: align: TOP_MID - y: 7 + y: 14 width: 300 text: "Dog Feeding Morning" text_font: font_job_name @@ -7457,7 +7457,7 @@ lvgl: - label: id: job_1_status_label align: TOP_MID - y: 40 + y: 56 width: 300 text: "Unknown" text_font: font_job_status @@ -7483,7 +7483,7 @@ lvgl: x: 352 y: 18 width: 320 - height: 76 + height: 95 bg_color: 0x28313D bg_opa: COVER border_width: 2 @@ -7494,7 +7494,7 @@ lvgl: widgets: - label: align: TOP_MID - y: 7 + y: 14 width: 300 text: "Dog Feeding Evening" text_font: font_job_name @@ -7504,7 +7504,7 @@ lvgl: - label: id: job_2_status_label align: TOP_MID - y: 40 + y: 56 width: 300 text: "Unknown" text_font: font_job_status @@ -7530,7 +7530,7 @@ lvgl: x: 686 y: 18 width: 320 - height: 76 + height: 95 bg_color: 0x28313D bg_opa: COVER border_width: 2 @@ -7541,7 +7541,7 @@ lvgl: widgets: - label: align: TOP_MID - y: 7 + y: 14 width: 300 text: "Dog De-pooping" text_font: font_job_name @@ -7551,7 +7551,7 @@ lvgl: - label: id: job_3_status_label align: TOP_MID - y: 40 + y: 56 width: 300 text: "Unknown" text_font: font_job_status @@ -7575,9 +7575,9 @@ lvgl: - button: id: job_4_button x: 18 - y: 103 + y: 123 width: 320 - height: 76 + height: 95 bg_color: 0x28313D bg_opa: COVER border_width: 2 @@ -7588,9 +7588,9 @@ lvgl: widgets: - label: align: TOP_MID - y: 7 + y: 14 width: 300 - text: "Dishwasher Unpacked" + text: "Unpack the Dishwasher" text_font: font_job_name text_align: CENTER text_color: 0xFFFFFF @@ -7598,7 +7598,7 @@ lvgl: - label: id: job_4_status_label align: TOP_MID - y: 40 + y: 56 width: 300 text: "Unknown" text_font: font_job_status @@ -7622,9 +7622,9 @@ lvgl: - button: id: job_5_button x: 352 - y: 103 + y: 123 width: 320 - height: 76 + height: 95 bg_color: 0x28313D bg_opa: COVER border_width: 2 @@ -7635,9 +7635,9 @@ lvgl: widgets: - label: align: TOP_MID - y: 7 + y: 14 width: 300 - text: "Rubbish Removed" + text: "Take Out Rubbish" text_font: font_job_name text_align: CENTER text_color: 0xFFFFFF @@ -7645,7 +7645,7 @@ lvgl: - label: id: job_5_status_label align: TOP_MID - y: 40 + y: 56 width: 300 text: "Unknown" text_font: font_job_status