Skip to content

Release 3.0.5

Choose a tag to compare

@cyberjunky cyberjunky released this 02 May 14:24

What's Changed

Bug fixes

  • 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.

Dependencies

  • ha-garmin → 0.1.19