v2.6.2
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.tsnow shows a floating tooltip with the current local time on hover, matching the elevation chart's existing behavior. The implementation wraps the visible.nowline inside a.now-groupelement and adds a transparent.now-hitline (stroke-width: 10) behind it to give the thin cursor a larger hit area.pointer-events: noneon the visible line prevents it from competing with the hit target. The tooltip text is produced byformatClockand wired throughtooltip().
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.