Skip to content

0.5.1

Choose a tag to compare

@pnbruckner pnbruckner released this 03 Jun 14:08
9bcb812

What's Changed

  • Handle error 404 when Member removed from Circles

When a Member is removed from the known Circles, the corresponding device_tracker entity is not immediately removed. This only happens once the list of Circles & Members is retrieved (when the integration is loaded again.) In the meantime, avoid HTTP error 404 "not found" when entity tries to update itself.

  • Remove config entry migration

Config entry migration breaks in HA 2024.6 due to core changes. It is very unlikely that old life360 config entries exist, and it's not difficult to add a new entry, so just remove the complicated migration code.

  • Avoid broken old versions of pytest-homeassistant-custom-component

The integration was being automatically tested with several versions of Home Assistant & Python. Unfortunately, that recently broke due to changes in an indirectly used pypi.org package. This release is now only able to test with HA 2024.6.0b5 or later, although HA version 2023.8 and newer is still officially supported.

PRs

  • Handle error 404 when Member removed from Circles by @pnbruckner in #23

Full Changelog: 0.5.0...0.5.1