Edit esp-reterminal-e1001.yaml

This commit is contained in:
ESPHome Device Builder
2026-07-30 00:02:18 +12:00
parent 5fa7dfd8c6
commit c7ed5462c1
+26
View File
@@ -1616,6 +1616,32 @@ text_sensor:
attribute: last_completed_time attribute: last_completed_time
internal: true 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 # # Appliance states and completion-local timestamps #
#:######################################################################################:# #:######################################################################################:#