Skip to content

Commit

Permalink
Improve automation - turn off pool according to schedule too
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocunha committed Apr 28, 2024
1 parent 44c37e2 commit 06855a3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ condition:
entity_id: sensor.bomba_piscina_switch_0_power
above: 0
alias: Swimming pool pump working
- condition: state
entity_id: schedule.swimming_pool_pump_schedule
state: "off"
alias: "Swimming pool pump schedule is OFF"
action:
- alias: Set up variables for the actions
variables:
Expand Down

0 comments on commit 06855a3

Please sign in to comment.