Skip to content

Commit

Permalink
abode: Bump abodepy dependency to 0.11.7 (#9504)
Browse files Browse the repository at this point in the history
* abode: Bump abodepy dependency to 0.11.7

Fixes cases where one's abode account has a nest thermostat
linked (MisterWil/abodepy#17).

* abode: Bump abodepy dependency to 0.11.7

Fixes cases where one's abode account has a nest thermostat
linked (MisterWil/abodepy#17).

* update requirements_all.txt
  • Loading branch information
vickyg3 authored and pvizeli committed Sep 20, 2017
1 parent 3aa08f6 commit 2531d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/abode.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
EVENT_HOMEASSISTANT_STOP,
EVENT_HOMEASSISTANT_START)

REQUIREMENTS = ['abodepy==0.11.6']
REQUIREMENTS = ['abodepy==0.11.7']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ SoCo==0.12
TwitterAPI==2.4.6

# homeassistant.components.abode
abodepy==0.11.6
abodepy==0.11.7

# homeassistant.components.device_tracker.automatic
aioautomatic==0.6.3
Expand Down

0 comments on commit 2531d54

Please sign in to comment.