upgrade pyicloud version

This commit is contained in:
Bart274 2016-03-24 17:22:44 +01:00
parent b6a4257753
commit dd691a4684
2 changed files with 2 additions and 2 deletions

View file

@ -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