diff --git a/homeassistant/components/device_tracker/icloud.py b/homeassistant/components/device_tracker/icloud.py index 051cd962945..bcdc88a6f28 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.7.2'] +REQUIREMENTS = ['pyicloud==0.8.1'] CONF_INTERVAL = 'interval' DEFAULT_INTERVAL = 8 diff --git a/requirements_all.txt b/requirements_all.txt index 90c275e0d80..3e478e973bc 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -170,7 +170,7 @@ pydispatcher==2.0.5 pyfttt==0.3 # homeassistant.components.device_tracker.icloud -pyicloud==0.7.2 +pyicloud==0.8.1 # homeassistant.components.device_tracker.netgear pynetgear==0.3.2