@karansoi wrote:
This is my automation to start a pump when the float sensor turns on
- id: 'Check Water Level In Overhead tank' alias: 'Time To start Pump' trigger: platform: state entity_id: binary_sensor.ohtank_level_low from: 'off' to: 'on' action: service: switch.turn_on entity_id: switch.ohtank_pump
I want this automation to work in the following two conditions
1…Time is after 06:00:00 or
2 …Time is after 18:00:00How do I add these conditions?
Appreciate help on thisBest Regards…
Posts: 1
Participants: 1