Update pyicloud version (#1849)
* Update requirements_all.txt * Update icloud.py
This commit is contained in:
parent
3b0a35f571
commit
d4fe6f385a
2 changed files with 2 additions and 2 deletions
|
@ -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.3']
|
||||
|
||||
CONF_INTERVAL = 'interval'
|
||||
DEFAULT_INTERVAL = 8
|
||||
|
|
|
@ -206,7 +206,7 @@ pydispatcher==2.0.5
|
|||
pyfttt==0.3
|
||||
|
||||
# homeassistant.components.device_tracker.icloud
|
||||
pyicloud==0.7.2
|
||||
pyicloud==0.8.3
|
||||
|
||||
# homeassistant.components.sensor.loopenergy
|
||||
pyloopenergy==0.0.10
|
||||
|
|
Loading…
Add table
Reference in a new issue