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:
parent
f215ae9dd9
commit
b257de57d9
3 changed files with 3 additions and 3 deletions
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue