Skip to content

v2.5.1

Choose a tag to compare

@github-actions github-actions released this 09 Jun 14:03

Highlights: Two visual and layout corrections ship in this patch. The sun dot on the sky compass and elevation chart now reads clearly at a glance: warm yellow or gold when the sun is up, dim grey when it has set. The detailed tile card floors its grid height at 2 rows so the controls row never clips in tight Sections layouts. No new config keys; no migration needed.

🐛 Fixed

  • Sun dot color legibility — The sky compass and elevation chart sun dot previously used colors that blurred the distinction between daytime and nighttime states. .sun-dot.up (above horizon, outside FOV) now fills #ffe680 (light yellow); .sun-dot.in-fov (in FOV but not hitting) uses var(--warning-color, gold); .sun-dot.valid (actively hitting) keeps var(--warning-color, gold) with a drop-shadow glow; .sun-dot.night (below horizon) renders at var(--secondary-text-color) at reduced opacity — a dim grey that clearly signals the sun has set. Changes land in src/components/sky-compass.ts and src/components/elevation-chart.ts.

  • Tile card controls clipping in narrow gridsgetGridOptions() on the detailed tile layout now enforces a minimum of 2 grid rows. Previously, a single-row allocation could clip the controls row in narrow or compact Sections columns. The floor is applied in src/adaptive-cover-pro-tile-card.ts.

📦 Install / Upgrade

Through HACS, update to v2.5.1. Restart is not required for the card; reload your browser or dashboard.

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

No config migration needed. All changes are visual corrections and a layout floor; existing configs work without modification.

Compatibility: Home Assistant 2024.1+, Adaptive Cover Pro integration v2.22.1-beta.3 or newer.