Skip to content

Adaptive Cover Pro ⛅ v2026.7.1

Choose a tag to compare

@jrhubott jrhubott released this 09 Jul 14:03

ℹ Using release notes from: release_notes/v2026.7.1.md

Highlights

2026.7.1 is a bug-fix patch for the July line. It clamps duplicated blind-spot angles to the destination window's field of view so a copied cover can't store an out-of-range slot, pre-fills a selected Building Profile's sensors through the rest of the create wizard so you can see what you're inheriting, and makes the minimum-interval cooldown hold even when the routine solar cycle would otherwise move a cover early. No configuration changes and nothing to migrate.

Fixed

  • Building Profile sensors now pre-fill the rest of the create wizard (#851, #859): Selecting a Building Profile during full setup left the sensor fields blank on the following steps — Weather Override, Light & Cloud, and Temperature & Climate — so you couldn't see the wind, lux, irradiance, and outside-temperature entities you were inheriting, and threshold fields rendered without unit labels because their sensor was unknown at render time. The wizard now seeds those steps from the chosen profile.

  • Blind-spot angles clamped to the destination FOV on save (#852, #857): Duplicating a cover copied blind-spot left/right angles verbatim, but those are offsets within the source cover's FOV span, not absolute degrees. If the destination window had a narrower FOV, a copied slot could exceed its valid range — a stored value the UI slider would reject but that bypassed runtime validation. Geometry save now clamps each blind-spot slot into the destination's FOV span.

  • Minimum-interval cooldown honored on routine solar cycles (#853, #856): The configured minimum-interval cooldown was bypassed by the routine solar update cycle, so covers could move more often than the interval allowed. The cooldown now holds on those cycles; genuine force paths still bypass it as intended.

Testing

5,572 tests passing.

Compatibility

Home Assistant 2026.3.0+ and Python 3.11+. No migration runs for this release. The companion Lovelace card (jrhubott/adaptive-cover-pro-card) is a separate repo with its own release cycle.