Skip to content

Commit

Permalink
ha - fix dusk time schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Aug 23, 2024
1 parent 29dc2c6 commit badfbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ph4ha/apps/blinds.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def initialize(self):
self.listen_event(self.scene_activated, "call_service", domain="scene", service="turn_on")

# Daily update new dusk time
self.run_daily(self.update_dusk_time(), time(hour=0, minute=0))
self.run_daily(self.update_dusk_time, time(hour=0, minute=0))

# TODO: separate bedroom - add another timer, bedroom mode.
# TODO: dusk timer, sensor.sun_next_dusk
Expand Down

0 comments on commit badfbf2

Please sign in to comment.