Skip to content

Commit

Permalink
Merge pull request #477 from mshamash/patch-1
Browse files Browse the repository at this point in the history
Fixed AM anchor time condition in automation example
  • Loading branch information
ic-dev21 authored Oct 13, 2024
2 parents 399520d + db75ce2 commit 37222ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/automations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ condition:
entity_id: sensor.defi_hilo
state: scheduled
- condition: time
after: "11:55:00"
before: "12:05:00"
after: "00:55:00"
before: "01:05:00"
action:
- choose:
- conditions:
Expand Down Expand Up @@ -535,4 +535,4 @@ action:
entity_id: switch.prise_echangeur_d_air
mode: single
```
```

0 comments on commit 37222ee

Please sign in to comment.