Skip to content

Commit

Permalink
fix: change behavior to wake cars on first update
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Oct 22, 2019
1 parent 673ecdb commit 6a0e433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teslajsonpy/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def __init__(self, email, password, update_interval):
self.__gui[car['id']] = False

try:
self.update(car['id'], wake_if_asleep=False)
self.update(car['id'], wake_if_asleep=True)
except (TeslaException, RetryLimitError):
pass
self.__vehicles.append(Climate(car, self))
Expand Down

0 comments on commit 6a0e433

Please sign in to comment.