Update AbodePy to 0.11.8 (#9537)

* Update requirements_all.txt

* Update abode.py
pull/9532/head
Mister Wil 2017-09-22 13:37:16 -07:00 committed by Paulus Schoutsen
parent 6fa8c2afe5
commit a3a73b418a
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.7']
REQUIREMENTS = ['abodepy==0.11.8']
_LOGGER = logging.getLogger(__name__)

View File

@ -45,7 +45,7 @@ SoCo==0.12
TwitterAPI==2.4.6
# homeassistant.components.abode
abodepy==0.11.7
abodepy==0.11.8
# homeassistant.components.device_tracker.automatic
aioautomatic==0.6.3