Skip to content

Commit

Permalink
updating automation description
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeraman committed Apr 29, 2024
1 parent a83f6e5 commit d4d300d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions automations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3375,9 +3375,9 @@



# Turn on Smartplug7 (Laundry) at 9am to start charging - Cheapest Power bracket start
- id: turnonsmartplug7laundry9am
alias: Turn on Smartplug7 (Laundry) at 9am to start charging
# Turn on Smartplug7 (Pantry) at 9am to start charging - Cheapest Power bracket start
- id: turnonsmartplug7pantry9am
alias: Turn on Smartplug7 (Pantry) at 9am to start charging
initial_state: True
trigger:
- platform: time
Expand All @@ -3386,9 +3386,9 @@
- service : switch.turn_on
entity_id: switch.smartplug7

# Turn Off Smartplug7 (Laundry) at 3pm to stop charging - Cheapest Power bracket end
- id: turnoffsmartplug7laundry3pm
alias: Turn Off Smartplug7 (Laundry) at 3pm to stop charging
# Turn Off Smartplug7 (Pantry) at 3pm to stop charging - Cheapest Power bracket end
- id: turnoffsmartplug7pantry3pm
alias: Turn Off Smartplug7 (Pantry) at 3pm to stop charging
initial_state: True
trigger:
- platform: time
Expand Down

0 comments on commit d4d300d

Please sign in to comment.