mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 05:47:10 +00:00
Bump pyiCloud to 0.9.7 + do not warn when pending devices (#35156)
This commit is contained in:
parent
5b7daa9e0c
commit
7e36699aac
@ -186,7 +186,7 @@ class IcloudAccount:
|
|||||||
DEVICE_STATUS_CODES.get(list(api_devices)[0][DEVICE_STATUS]) == "pending"
|
DEVICE_STATUS_CODES.get(list(api_devices)[0][DEVICE_STATUS]) == "pending"
|
||||||
and not self._retried_fetch
|
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._fetch_interval = 0.25
|
||||||
self._retried_fetch = True
|
self._retried_fetch = True
|
||||||
else:
|
else:
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
"name": "Apple iCloud",
|
"name": "Apple iCloud",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/icloud",
|
"documentation": "https://www.home-assistant.io/integrations/icloud",
|
||||||
"requirements": ["pyicloud==0.9.6.1"],
|
"requirements": ["pyicloud==0.9.7"],
|
||||||
"codeowners": ["@Quentame"]
|
"codeowners": ["@Quentame"]
|
||||||
}
|
}
|
||||||
|
@ -1351,7 +1351,7 @@ pyhomeworks==0.0.6
|
|||||||
pyialarm==0.3
|
pyialarm==0.3
|
||||||
|
|
||||||
# homeassistant.components.icloud
|
# homeassistant.components.icloud
|
||||||
pyicloud==0.9.6.1
|
pyicloud==0.9.7
|
||||||
|
|
||||||
# homeassistant.components.intesishome
|
# homeassistant.components.intesishome
|
||||||
pyintesishome==1.7.4
|
pyintesishome==1.7.4
|
||||||
|
@ -552,7 +552,7 @@ pyheos==0.6.0
|
|||||||
pyhomematic==0.1.66
|
pyhomematic==0.1.66
|
||||||
|
|
||||||
# homeassistant.components.icloud
|
# homeassistant.components.icloud
|
||||||
pyicloud==0.9.6.1
|
pyicloud==0.9.7
|
||||||
|
|
||||||
# homeassistant.components.ipma
|
# homeassistant.components.ipma
|
||||||
pyipma==2.0.5
|
pyipma==2.0.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user