Skip to content

v2.6.2

Choose a tag to compare

@github-actions github-actions released this 15 Jun 18:48
· 17 commits to main since this release

Highlights

v2.6.2 adds a hover tooltip to the forecast strip's "now" cursor. The thin vertical line that marks the current time on the forecast strip was already interactive on the elevation chart — this patch brings it in line. Hovering the cursor now shows the current local time in a floating tooltip, without making the narrow line any harder to hit.

Fixed

  • Forecast strip "now" cursor tooltip — The vertical line marking the current time in forecast-strip.ts now shows a floating tooltip with the current local time on hover, matching the elevation chart's existing behavior. The implementation wraps the visible .now line inside a .now-group element and adds a transparent .now-hit line (stroke-width: 10) behind it to give the thin cursor a larger hit area. pointer-events: none on the visible line prevents it from competing with the hit target. The tooltip text is produced by formatClock and wired through tooltip().

Compatibility

  • Home Assistant 2024.1+
  • Adaptive Cover Pro integration v2.22.1-beta.3 or newer for full functionality
  • No config migration needed

Install / Upgrade

Through HACS, update to v2.6.2. A browser restart is not required.

HA caches ES modules aggressively. After updating, bump the ?v=2.6.2 query string on your Lovelace resource URL (/hacsfiles/adaptive-cover-pro-card/adaptive-cover-pro-card.js?v=2.6.2) to ensure browsers pick up the new bundle. A hard-refresh alone is not sufficient.