changed pyicloud version to 0.7.2

pull/760/head
kevinpanaro 2015-12-15 21:07:34 -05:00
parent d6dad8c818
commit 4f6243fe0e
1 changed files with 1 additions and 3 deletions

View File

@ -14,9 +14,7 @@ from homeassistant.helpers.event import track_utc_time_change
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['https://github.com/picklepete/pyicloud/archive/'
'80f6cd6decc950514b8dc43b30c5bded81b34d5f.zip'
'#pyicloud==0.8.0']
REQUIREMENTS = ['pyicloud==0.7.2']
CONF_INTERVAL = 'interval'
DEFAULT_INTERVAL = 8