Skip to content

Commit

Permalink
Fixed bug setting home/away, issue 39 (#39
Browse files Browse the repository at this point in the history
  • Loading branch information
asantaga committed Dec 29, 2019
1 parent fd6e545 commit 44ad034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/wiser/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def update(self):
self.overrideType = self.handler.get_hub_data().getSystem(). \
get('OverrideType')
self.awayTemperature = self.handler.get_hub_data().getSystem(). \
get('AwayModeSetPointLimit')
get('AwayModeSetPointLimit') /10

@property
def name(self):
Expand Down

0 comments on commit 44ad034

Please sign in to comment.