Skip to content

Commit

Permalink
Reboot the device each morning, as it seems to lose connection to the…
Browse files Browse the repository at this point in the history
… fan after 3-4 days
  • Loading branch information
golles committed Nov 26, 2024
1 parent ea15316 commit 59842b8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mechanische_ventilatie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,12 @@ button:
then:
lambda: |-
id(${name}_fan).setSpeed(4, 60);
time:
- platform: sntp
on_time:
- seconds: 0
minutes: 0
hours: 5
then:
- button.press: ${name}_esphome_restart

0 comments on commit 59842b8

Please sign in to comment.