Skip to content

Commit

Permalink
ha - enable guest mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Aug 17, 2024
1 parent 07f2161 commit 58789df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ph4ha/apps/blinds.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,9 @@ def blinds_morning(self):
self.blinds_living_morning()
self.blinds_pos_tilt(self.BLIND_LIV_DOOR, 100, 0)
self.blinds_pos_tilt(self.BLIND_BEDROOM, 100, 0)
self.blinds_pos_tilt(self.BLIND_SKLAD, 0, self.OPEN_HALF)
self.blinds_pos_tilt(self.BLIND_STUDY, 0, self.OPEN_HALF)
if not self.guest_mode:
self.blinds_pos_tilt(self.BLIND_SKLAD, 0, self.OPEN_HALF)

def blind_move(self, blind, pos: Optional[float], tilt: float):
if pos is None:
Expand Down

0 comments on commit 58789df

Please sign in to comment.