Skip to content

Commit ac333ea

Browse files
committed
Removed Water Level Check
1 parent 96b7ae8 commit ac333ea

File tree

1 file changed

+2
-25
lines changed

1 file changed

+2
-25
lines changed

Integrations/ESPHome/Core.yaml

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
substitutions:
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

66
esp32:
@@ -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

0 commit comments

Comments
 (0)