Adding in pyicloud to requirements_all.txt

This commit is contained in:
Daren Lord 2015-12-04 09:19:16 -07:00
parent e3d4e3ad4d
commit 9ecc08c0c8
2 changed files with 5 additions and 2 deletions

View File

@ -16,9 +16,9 @@ https://home-assistant.io/components/device_tracker.icloud/
"""
import logging
import re
from homeassistant.const import CONF_USERNAME, CONF_PASSWORD
from homeassistant.helpers.event import track_utc_time_change
import re
SCAN_INTERVAL = 1800
@ -49,7 +49,7 @@ def setup_scanner(hass, config, see):
verify=True)
except PyiCloudFailedLoginException as error:
_LOGGER.exception(
'Error logging into iCloud Service: {0}'.format(error)
'Error logging into iCloud Service: {}'.format(error)
)
return

View File

@ -170,3 +170,6 @@ https://github.com/persandstrom/python-verisure/archive/9873c4527f01b1ba1f72ae60
# homeassistant.components.zwave
pydispatcher==2.0.5
# homeassistant.sensor.icloud
https://github.com/picklepete/pyicloud/archive/80f6cd6decc950514b8dc43b30c5bded81b34d5f.zip#pyicloud==0.8.0