Update pyicloud version (#1849)

* Update requirements_all.txt

* Update icloud.py
This commit is contained in:
Bart274 2016-04-24 06:49:04 +02:00 committed by Paulus Schoutsen
parent 3b0a35f571
commit d4fe6f385a
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ from homeassistant.helpers.event import track_utc_time_change
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['pyicloud==0.7.2']
REQUIREMENTS = ['pyicloud==0.8.3']
CONF_INTERVAL = 'interval'
DEFAULT_INTERVAL = 8

View file

@ -206,7 +206,7 @@ pydispatcher==2.0.5
pyfttt==0.3
# homeassistant.components.device_tracker.icloud
pyicloud==0.7.2
pyicloud==0.8.3
# homeassistant.components.sensor.loopenergy
pyloopenergy==0.0.10