Bump pyiCloud to 0.9.7 + do not warn when pending devices (#35156)
parent
5b7daa9e0c
commit
7e36699aac
|
@ -186,7 +186,7 @@ class IcloudAccount:
|
|||
DEVICE_STATUS_CODES.get(list(api_devices)[0][DEVICE_STATUS]) == "pending"
|
||||
and not self._retried_fetch
|
||||
):
|
||||
_LOGGER.warning("Pending devices, trying again in 15s")
|
||||
_LOGGER.debug("Pending devices, trying again in 15s")
|
||||
self._fetch_interval = 0.25
|
||||
self._retried_fetch = True
|
||||
else:
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
"name": "Apple iCloud",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/icloud",
|
||||
"requirements": ["pyicloud==0.9.6.1"],
|
||||
"requirements": ["pyicloud==0.9.7"],
|
||||
"codeowners": ["@Quentame"]
|
||||
}
|
||||
|
|
|
@ -1351,7 +1351,7 @@ pyhomeworks==0.0.6
|
|||
pyialarm==0.3
|
||||
|
||||
# homeassistant.components.icloud
|
||||
pyicloud==0.9.6.1
|
||||
pyicloud==0.9.7
|
||||
|
||||
# homeassistant.components.intesishome
|
||||
pyintesishome==1.7.4
|
||||
|
|
|
@ -552,7 +552,7 @@ pyheos==0.6.0
|
|||
pyhomematic==0.1.66
|
||||
|
||||
# homeassistant.components.icloud
|
||||
pyicloud==0.9.6.1
|
||||
pyicloud==0.9.7
|
||||
|
||||
# homeassistant.components.ipma
|
||||
pyipma==2.0.5
|
||||
|
|
Loading…
Reference in New Issue