From 5dca81d602dcd464a592e936e52d2b978f753ad8 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 27 Mar 2016 22:06:27 -0700 Subject: [PATCH 1/2] Revert pyicloud upgrade --- homeassistant/components/device_tracker/icloud.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/device_tracker/icloud.py b/homeassistant/components/device_tracker/icloud.py index bcdc88a6f28..051cd962945 100644 --- a/homeassistant/components/device_tracker/icloud.py +++ b/homeassistant/components/device_tracker/icloud.py @@ -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 diff --git a/requirements_all.txt b/requirements_all.txt index f21b2986030..2c58e10dde7 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 From 2c0e8a75a7bdd56d55ca79eb9c08f58fc7aa7fe8 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 27 Mar 2016 22:12:48 -0700 Subject: [PATCH 2/2] Version bump to 0.16.1 --- homeassistant/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/const.py b/homeassistant/const.py index dbc20bb9c32..38a1fe71f09 100644 --- a/homeassistant/const.py +++ b/homeassistant/const.py @@ -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.