diff --git a/esphome/esp-reterminal-e1001.yaml b/esphome/esp-reterminal-e1001.yaml index 746e294..447d1d1 100644 --- a/esphome/esp-reterminal-e1001.yaml +++ b/esphome/esp-reterminal-e1001.yaml @@ -665,8 +665,12 @@ display: it.image(x, y, id(icon_job_dishwasher), foreground, background); } else if (icon_type == 3) { it.image(x, y, id(icon_job_rubbish), foreground, background); - } else { + } else if (icon_type == 4) { it.image(x, y, id(icon_job_watering), foreground, background); + } else if (icon_type == 5) { + it.image(x, y, id(icon_job_dryer), foreground, background); + } else { + it.image(x, y, id(icon_job_washmachine), foreground, background); } };