Skip to content

Commit

Permalink
Bump life360 package to 5.5.0 (#85322)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pnbruckner authored and balloob committed Jan 9, 2023
1 parent a781fcc commit cf06f3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/life360/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,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
Expand Down

0 comments on commit cf06f3b

Please sign in to comment.