From b6cab50d8d8bea8df6c911d5525f9e7ed4d803f0 Mon Sep 17 00:00:00 2001 From: ESPHome Device Builder Date: Thu, 30 Jul 2026 20:15:41 +1200 Subject: [PATCH] Edit esp-reterminal-e1001.yaml --- esphome/esp-reterminal-e1001.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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); } };