Edit esp-reterminal-e1001.yaml

This commit is contained in:
ESPHome Device Builder
2026-07-30 00:01:45 +12:00
parent 67b148685c
commit 9ac61dc90f
+3 -1
View File
@@ -723,8 +723,10 @@ display:
it.image(x, y, id(icon_job_poop), foreground, background); it.image(x, y, id(icon_job_poop), foreground, background);
} else if (icon_type == 2) { } else if (icon_type == 2) {
it.image(x, y, id(icon_job_dishwasher), foreground, background); it.image(x, y, id(icon_job_dishwasher), foreground, background);
} else { } else if (icon_type == 3) {
it.image(x, y, id(icon_job_rubbish), foreground, background); it.image(x, y, id(icon_job_rubbish), foreground, background);
} else {
it.image(x, y, id(icon_job_watering), foreground, background);
} }
}; };