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 # #:######################################################################################:#