Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #187 from koying/revert_forceupdate
Browse files Browse the repository at this point in the history
REVERT: force_update
  • Loading branch information
robmarkcole authored Jan 31, 2020
2 parents ab1a11c + f78239d commit 2b7074c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/huesensor/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ def device_state_attributes(self):
@property
def force_update(self):
"""Force update."""
return True
return False

def turn_on(self, **kwargs):
"""Do nothing."""
Expand Down

0 comments on commit 2b7074c

Please sign in to comment.