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
27 changes: 2 additions & 25 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.16.1"
version: "25.7.18.1"
device_description: ${name} made by Apollo Automation - version ${version}.

esp32:
Expand Down Expand Up @@ -117,13 +117,6 @@ switch:
id: factory_reset_switch
internal: true
icon: mdi:shield-off
- platform: template
name: "Hourly Water Check"
id: hourly_water_check_enabled
entity_category: config
optimistic: true
restore_mode: RESTORE_DEFAULT_OFF
icon: mdi:water-check
- platform: template
name: "Stop Pump When Output Wet"
id: stop_pump_when_full
Expand Down Expand Up @@ -386,17 +379,6 @@ script:
- logger.log: "Pump stopping - input dry"
- switch.turn_off: pump_control
- delay: 1s
- id: water_level_check
then:
- if:
condition:
- switch.is_on: hourly_water_check_enabled
then:
- if:
condition:
- binary_sensor.is_off: fluid_input_sensor
then:
- logger.log: "Water level check: No water detected - chirping buzzer"
- id: testScript
then:
if:
Expand All @@ -418,9 +400,4 @@ script:
green: 0%
blue: 0%
- light.turn_off:
id: rgb_light

interval:
- interval: 1h
then:
- script.execute: water_level_check
id: rgb_light