github noiwid/HAFamilyLink v1.2.11
v1.2.11 - GPS location fix (numeric LocationRefreshMode #132) + remove bundled requirements (#131)

4 days ago

What's Changed

🐛 Bug fixes

  • Fix GPS location tracking broken by a Google API change (#132) - Google's Family Link kidsmanagement location endpoint stopped accepting the string LocationRefreshMode values ("REFRESH" / "DO_NOT_REFRESH") and now returns HTTP 400. The integration now sends the required numeric enum values, so device_tracker resumes updating instead of silently freezing on the last known position. Thanks @miditt!

  • Remove requirements already bundled with Home Assistant (#131) - aiohttp and cryptography are provided by HA core; declaring them in the manifest caused a cffi / _cffi_backend version mismatch that broke core components on HA 2026.7.1 (Python 3.14). Thanks @omad!

🙌 New contributors

Full Changelog: v1.2.10...v1.2.11

Don't miss a new HAFamilyLink release

NewReleases is sending notifications on new releases.