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
Lactate threshold sensors (lactate_threshold_hr, lactate_threshold_speed): fixed broken values caused by a structural change in ha-garmin — the library now returns a flat dict and preserves Garmin's hearRate typo. Both sensors now retain their last known value when data is unavailable.
VO2 Max sensor: simplified value extraction to use the pre-computed field from ha-garmin; retains last known value when data is unavailable.
Polyline card improvements
Map popup now shows the activity name instead of the raw sensor state.
Stub config no longer sets a hardcoded entity ID — you must set your own (entity ID varies by account).
Documentation
Updated polyline card install instructions: all three files from www/ (garmin-polyline-card.js, leaflet.js, leaflet.css) must be copied to <config>/www/.
Added note on finding your last_activity_route entity ID.
Fixed template example: use startTime (UTC datetime) instead of the removed startTimeLocal field.