mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
upgrade pyicloud version
This commit is contained in:
parent
b6a4257753
commit
dd691a4684
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user