Skip to content

Commit

Permalink
Update follow_me.py
Browse files Browse the repository at this point in the history
Remove testing delay
  • Loading branch information
aneisch authored Dec 6, 2021
1 parent bdf6c26 commit edd8f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/follow_me/follow_me.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def initialize(self):
self.listen_state(self.state_change, entity)

# Defaults
self.delay = 5
self.delay = 0
self.invert = False
self.follow_on = True
self.follow_off = True
Expand Down

0 comments on commit edd8f7a

Please sign in to comment.