Merge pull request #1634 from balloob/hotfix/revert-pyicloud

0.16.1: Revert pyicloud upgrade
This commit is contained in:
Paulus Schoutsen 2016-03-27 22:13:43 -07:00
commit d5498dfb83
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,7 +1,7 @@
# coding: utf-8
"""Constants used by Home Assistant components."""
__version__ = "0.16.0"
__version__ = "0.16.1"
REQUIRED_PYTHON_VER = (3, 4)
# Can be used to specify a catch all when registering state or event listeners.

View File

@ -176,7 +176,7 @@ pydispatcher==2.0.5
pyfttt==0.3
# homeassistant.components.device_tracker.icloud
pyicloud==0.8.1
pyicloud==0.7.2
# homeassistant.components.device_tracker.netgear
pynetgear==0.3.2