mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Update pyicloud version (#1849)
* Update requirements_all.txt * Update icloud.py
This commit is contained in:
parent
3b0a35f571
commit
d4fe6f385a
@ -12,7 +12,7 @@ from homeassistant.helpers.event import track_utc_time_change
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
REQUIREMENTS = ['pyicloud==0.7.2']
|
REQUIREMENTS = ['pyicloud==0.8.3']
|
||||||
|
|
||||||
CONF_INTERVAL = 'interval'
|
CONF_INTERVAL = 'interval'
|
||||||
DEFAULT_INTERVAL = 8
|
DEFAULT_INTERVAL = 8
|
||||||
|
@ -206,7 +206,7 @@ pydispatcher==2.0.5
|
|||||||
pyfttt==0.3
|
pyfttt==0.3
|
||||||
|
|
||||||
# homeassistant.components.device_tracker.icloud
|
# homeassistant.components.device_tracker.icloud
|
||||||
pyicloud==0.7.2
|
pyicloud==0.8.3
|
||||||
|
|
||||||
# homeassistant.components.sensor.loopenergy
|
# homeassistant.components.sensor.loopenergy
|
||||||
pyloopenergy==0.0.10
|
pyloopenergy==0.0.10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user