Skip to content

Commit

Permalink
feat: open child cover earlier in the morning
Browse files Browse the repository at this point in the history
  • Loading branch information
TribuneX committed Jul 15, 2024
1 parent 57bb4c2 commit 2c4f08d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automation/covers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
- service: script.open_all_covers


- alias: "Cover: Open child cover at 7:30am on weekdays"
- alias: "Cover: Open child cover at 7:00am on weekdays"
initial_state: "on"
trigger:
platform: time
at: "07:30"
at: "07:00"
condition:
condition: time
weekday:
Expand Down

0 comments on commit 2c4f08d

Please sign in to comment.