What's Changed
🐛 Bug fixes
-
Fix GPS location tracking broken by a Google API change (#132) - Google's Family Link
kidsmanagementlocation endpoint stopped accepting the stringLocationRefreshModevalues ("REFRESH"/"DO_NOT_REFRESH") and now returns HTTP 400. The integration now sends the required numeric enum values, sodevice_trackerresumes updating instead of silently freezing on the last known position. Thanks @miditt! -
Remove requirements already bundled with Home Assistant (#131) -
aiohttpandcryptographyare provided by HA core; declaring them in the manifest caused acffi/_cffi_backendversion 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