Hey all I have this trigger:
- platform: state
entity_id: binary_sensor.septic_pump
to: "on"
for: "00:05:00" # Ensures the pump must be ON for at least 5 minutes
- platform: state
entity_id: binary_sensor.septic_pump
to: "off" # Trigger when the pump turns OFF```
but the problem is the binary sensor isn't on for 5 minutes before it is notifying me of the pump having ran for 5 minutes?