Bump pyiCloud to 0.9.7 + do not warn when pending devices (#35156)

pull/35159/head
Quentame 2020-05-04 01:22:12 +02:00 committed by GitHub
parent 5b7daa9e0c
commit 7e36699aac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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"]
}

View File

@ -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

View File

@ -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