Bump life360 package to 5.5.0 (#85322)

Improve debug output & redact sensitive info from log.
Fix bug that was masking some HTTP errors.
Retry HTTP errors 502, 503 & 504, which have been observed to happen every once
in a while, resulting in fewer unnecessary unavailable states.
This commit is contained in:
Phil Bruckner 2023-01-07 05:53:04 -06:00 committed by GitHub
parent f215ae9dd9
commit b257de57d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/life360",
"codeowners": ["@pnbruckner"],
"requirements": ["life360==5.3.0"],
"requirements": ["life360==5.5.0"],
"iot_class": "cloud_polling",
"loggers": ["life360"]
}

View File

@ -1039,7 +1039,7 @@ librouteros==3.2.0
libsoundtouch==0.8
# homeassistant.components.life360
life360==5.3.0
life360==5.5.0
# homeassistant.components.osramlightify
lightify==1.0.7.3

View File

@ -777,7 +777,7 @@ librouteros==3.2.0
libsoundtouch==0.8
# homeassistant.components.life360
life360==5.3.0
life360==5.5.0
# homeassistant.components.logi_circle
logi_circle==0.2.3