From c7ed5462c1a57c2edcbe1882215d525241b63d1f Mon Sep 17 00:00:00 2001 From: ESPHome Device Builder Date: Thu, 30 Jul 2026 00:02:18 +1200 Subject: [PATCH] Edit esp-reterminal-e1001.yaml --- esphome/esp-reterminal-e1001.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/esphome/esp-reterminal-e1001.yaml b/esphome/esp-reterminal-e1001.yaml index 6ac8cc7..2f23de0 100644 --- a/esphome/esp-reterminal-e1001.yaml +++ b/esphome/esp-reterminal-e1001.yaml @@ -1616,6 +1616,32 @@ text_sensor: attribute: last_completed_time internal: true + #:######################################################################################:# + # Plant watering job states and completion times # + #:######################################################################################:# + + - platform: homeassistant + id: job_water_tv_pot_plant_state + entity_id: sensor.jobs_tracker_water_tv_pot_plant + internal: true + + - platform: homeassistant + id: job_water_tv_pot_plant_completed_time + entity_id: sensor.jobs_tracker_water_tv_pot_plant + attribute: last_completed_time + internal: true + + - platform: homeassistant + id: job_water_table_pot_plant_state + entity_id: sensor.jobs_tracker_water_table_pot_plant + internal: true + + - platform: homeassistant + id: job_water_table_pot_plant_completed_time + entity_id: sensor.jobs_tracker_water_table_pot_plant + attribute: last_completed_time + internal: true + #:######################################################################################:# # Appliance states and completion-local timestamps # #:######################################################################################:#