File tree Expand file tree Collapse file tree 1 file changed +2
-25
lines changed Expand file tree Collapse file tree 1 file changed +2
-25
lines changed Original file line number Diff line number Diff line change 11substitutions :
22 name : apollo-pump-1
3- version : " 25.7.16 .1"
3+ version : " 25.7.18 .1"
44 device_description : ${name} made by Apollo Automation - version ${version}.
55
66esp32 :
@@ -117,13 +117,6 @@ switch:
117117 id : factory_reset_switch
118118 internal : true
119119 icon : mdi:shield-off
120- - platform : template
121- name : " Hourly Water Check"
122- id : hourly_water_check_enabled
123- entity_category : config
124- optimistic : true
125- restore_mode : RESTORE_DEFAULT_OFF
126- icon : mdi:water-check
127120 - platform : template
128121 name : " Stop Pump When Output Wet"
129122 id : stop_pump_when_full
@@ -386,17 +379,6 @@ script:
386379 - logger.log : " Pump stopping - input dry"
387380 - switch.turn_off : pump_control
388381 - delay : 1s
389- - id : water_level_check
390- then :
391- - if :
392- condition :
393- - switch.is_on : hourly_water_check_enabled
394- then :
395- - if :
396- condition :
397- - binary_sensor.is_off : fluid_input_sensor
398- then :
399- - logger.log : " Water level check: No water detected - chirping buzzer"
400382 - id : testScript
401383 then :
402384 if :
@@ -418,9 +400,4 @@ script:
418400 green : 0%
419401 blue : 0%
420402 - light.turn_off :
421- id : rgb_light
422-
423- interval :
424- - interval : 1h
425- then :
426- - script.execute : water_level_check
403+ id : rgb_light
You can’t perform that action at this time.
0 commit comments