From 9ac61dc90fc5661b104bd2a2ddbe896940772cb4 Mon Sep 17 00:00:00 2001 From: ESPHome Device Builder Date: Thu, 30 Jul 2026 00:01:45 +1200 Subject: [PATCH] Edit esp-reterminal-e1001.yaml --- esphome/esp-reterminal-e1001.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/esphome/esp-reterminal-e1001.yaml b/esphome/esp-reterminal-e1001.yaml index 6ea503c..7cef1da 100644 --- a/esphome/esp-reterminal-e1001.yaml +++ b/esphome/esp-reterminal-e1001.yaml @@ -723,8 +723,10 @@ display: it.image(x, y, id(icon_job_poop), foreground, background); } else if (icon_type == 2) { 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); + } else { + it.image(x, y, id(icon_job_watering), foreground, background); } };