You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Last activity route (sensor.garmin_connect_last_activity_route) — dedicated sensor exposing the GPS polyline. State is the number of track points; polyline, has_polyline, and activity_name are attributes. Point your map card at this sensor instead of last_activity
Bug Fixes
Fix last_activity sensor exceeding the HA 16 KB attribute limit on longer GPS activities — polyline is now stored in the dedicated route sensor only
Fix hydration sensors producing warnings: volume device class requires total state class, not measurement
Fix gear sensors showing "Unknown" when displayName is empty — now falls back to customMakeModel (e.g. "Brooks Adrenaline GTS 21")
Fix training readiness and lactate threshold sensors showing unavailable when Garmin API returns a list instead of a dict (#475)
Fix gear entities not being created for newly added gear without a full reload (#467)
Fix VO2 Max sensor crash when generic field is null — previously caused all sensors registered after VO2 Max to stay at "unknown" on every refresh (#477)
Fix entity_id support for add_body_composition service in multi-account setups (#481)