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 f7085806dc3..1bdc3e53725 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