Skip to content

v2.6.1

Choose a tag to compare

@github-actions github-actions released this 14 Jun 05:09
· 22 commits to main since this release

Highlights

v2.6.1 replaces the browser's native SVG tooltips with a custom floating tooltip system. Tooltips now follow the cursor, stay inside the viewport, and inherit the card's theme — fixing the clipped, unstyled pop-ups that appeared over the sky compass and other SVG elements.

Changed

  • Custom floating tooltips across all cards — The card no longer relies on SVG <title> native tooltips, which browsers render inconsistently and clip at viewport edges. Tooltips now use a cursor-following, viewport-aware implementation that flips position automatically when it would overflow the screen and picks up the current HA theme. Each card accepts an optional tooltips config block: tooltips: { enabled: false } restores the native browser tooltips, and offset / delay tune the bubble's cursor offset (default [12, 16]) and open delay (default 400 ms). Closes #134 (#156).

Compatibility

  • Home Assistant 2024.1+
  • Adaptive Cover Pro integration v2.22.1-beta.3 or newer for full functionality
  • No config migration needed; floating tooltips are on by default and degrade gracefully

Install / Upgrade

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

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