abode: Bump abodepy dependency to 0.11.7 (#9504)

* abode: Bump abodepy dependency to 0.11.7

Fixes cases where one's abode account has a nest thermostat
linked (https://github.com/MisterWil/abodepy/pull/17).

* abode: Bump abodepy dependency to 0.11.7

Fixes cases where one's abode account has a nest thermostat
linked (https://github.com/MisterWil/abodepy/pull/17).

* update requirements_all.txt
This commit is contained in:
Vignesh Venkat 2017-09-20 03:18:05 -07:00 committed by Pascal Vizeli
parent 3aa08f6c91
commit 2531d54515
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ from homeassistant.const import (ATTR_ATTRIBUTION, ATTR_DATE, ATTR_TIME,
EVENT_HOMEASSISTANT_STOP,
EVENT_HOMEASSISTANT_START)
REQUIREMENTS = ['abodepy==0.11.6']
REQUIREMENTS = ['abodepy==0.11.7']
_LOGGER = logging.getLogger(__name__)

View file

@ -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