Skip to content

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 30 Apr 02:10
· 207 commits to main since this release

v1.7.0

Highlights

The sky compass FOV wedge now respects the elevation limits already exposed by the sun_position sensor. When min_elevation and max_elevation are set, the orange wedge becomes an annular sector instead of a full pie slice — giving a more accurate picture of when and where direct sunlight actually enters the window.

Added

  • FOV wedge clips to min_elevation / max_elevation from the sun_position sensor, rendering as an annular sector when limits are present.
  • Cover-fill band is clamped inside the same elevation band.
  • Sky compass tooltip gains a · elev MIN°–MAX° suffix when elevation limits are active.
  • min_elevation defaults to 0 so the full-horizon (sunset/sunrise) case continues to render a full wedge.
  • New fovBandRadii geometry helper in lib/geometry.ts; 16 new tests covering the helper and component elevation rendering.

Compatibility

  • Home Assistant 2024.1+
  • Adaptive Cover Pro integration 1.7.0+