Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
substitutions:
name: apollo-pump-1
version: "25.7.10.1"
version: "25.7.15"
device_description: ${name} made by Apollo Automation - version ${version}.

esp32:
Expand Down Expand Up @@ -165,9 +165,9 @@ switch:
- lambda: |-
id(pump_start_time) = millis();
id(safety_alert_active) = false;
- script.execute: pump_safety_check
else:
- logger.log: "Pump blocked - water conditions not met"
- rtttl.play: 'error:d=4,o=5,b=200:a,p,a,p,a'
- switch.turn_off: pump_control
on_turn_off:
then:
Expand Down Expand Up @@ -368,7 +368,6 @@ script:
then:
- logger.log: "Pump stopping - tank full"
- switch.turn_off: pump_control
- rtttl.play: 'complete:d=4,o=5,b=160:c,e,g,c6'
- if:
condition:
- lambda: |-
Expand Down Expand Up @@ -398,7 +397,6 @@ script:
- binary_sensor.is_off: fluid_input_sensor
then:
- logger.log: "Water level check: No water detected - chirping buzzer"
- rtttl.play: 'chirp:d=16,o=6,b=200:c,p,c,p,c'
- id: testScript
then:
if:
Expand Down