diff --git a/esphome/esp-reterminal-e1001.yaml b/esphome/esp-reterminal-e1001.yaml index 2f23de0..da6739c 100644 --- a/esphome/esp-reterminal-e1001.yaml +++ b/esphome/esp-reterminal-e1001.yaml @@ -1795,6 +1795,22 @@ sensor: attribute: current_due_ts internal: true + #:######################################################################################:# + # Plant watering job due timestamps # + #:######################################################################################:# + + - platform: homeassistant + id: job_water_tv_pot_plant_due_ts + entity_id: sensor.jobs_tracker_water_tv_pot_plant + attribute: current_due_ts + internal: true + + - platform: homeassistant + id: job_water_table_pot_plant_due_ts + entity_id: sensor.jobs_tracker_water_table_pot_plant + attribute: current_due_ts + internal: true + #:######################################################################################:# # Appliance cycle stop timestamps and completed cycle durations # #:######################################################################################:#