Skip to content

v2.0.6

Choose a tag to compare

@github-actions github-actions released this 30 May 23:12

Highlights

v2.0.6 tightens badge accuracy on two fronts. The floor badge — shown when the floor_clamp handler is holding the cover above its target — now renders its ↥ glyph and is suppressed when the floor clamp is not the relevant factor, so users no longer see a badge whose presence contradicts the decision trace. Separately, the solar tracking badge was only appearing in a subset of winning-solar scenarios; it now shows whenever solar is the outright winner.

Added

  • Floor badge ↥ glyph — the tile badge for the floor_clamp handler now displays the ↥ glyph, making it visually distinct from position badges that share the same row (#97, #103).

Changed

  • Priority-conditional floor badge display — the floor badge now appears only when the floor clamp is the deciding factor in the current handler priority order, rather than whenever a floor minimum was configured. The priority comparison uses the handler priority constants in src/const.ts. Previously it could render even when a higher-priority handler owned the outcome (#97, #103).

Fixed

  • Solar tracking badge always shown for solar winnerisCloudConfigured was extracted from src/lib/badge-visibility.ts to correctly identify all winning-solar contexts. The buildSolarActiveContext signature was simplified as part of the same change. Before this fix, solar tracking badges were hidden in configurations where the detection path did not pass through the previous check (#102).

Compatibility

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