Skip to content

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 31 May 04:08
· 111 commits to main since this release

Adaptive Cover Pro Card v2.1.0

Highlights: The tile card's detailed layout gets a full badge overhaul — the badge moves inline onto the state line, the standalone Resume pill is gone, Cloud Suppression is now a visible badge, the Auto badge becomes individually toggleable, and badge toggles are grouped in a collapsible section in the editor.

✨ Features

  • Inline badge on the state line — in the detailed tile layout, the contextual badge now sits right-aligned on the same row as the position/state text rather than on a separate third row, keeping the tile compact at two rows regardless of badge visibility (#107).

  • Resume folded into the badge — the standalone Resume pill is removed. While a manual override is active, the contextual badge itself becomes tappable (shows a ↺ icon) and triggers resume-to-automatic. The more-info dialog retains its own Resume Auto button. The show_resume config option is gone; no migration needed (#107).

  • Cloud Suppression badge — when the Cloud Suppression handler wins, the tile now shows a blue "Cloudy" pill. Previously cloud-wins produced a blank badge. The badge is on by default and individually toggleable (#105).

  • Auto badge is now individually toggleablebadge_auto joins the per-badge config options (default on). Previously the Auto badge was always shown and not filterable (#106).

  • Motion idle falls back to Auto badge — when the Motion idle badge is suppressed (because the motion indicator icon is already shown, or its own toggle is off), the tile now shows the Auto badge instead of going blank — unless Auto is also disabled (#107).

  • Badge toggles grouped in the editor — the nine badge per-kind toggles in the tile card editor are now grouped inside a collapsible "Badges" section with a grid layout and shorter labels, replacing the flat "Badge: …" list. Cloud suppression and Auto are included (#106).

  • Version footer in all editors — the card version is now shown as a small footer in the main card, tile card, and sky compass card editors. The show_version toggle on the main card is removed; the version is no longer rendered on the live card face, only in the editor (#104, #106).

  • Solar tracking badge label shortened — the badge text changed from "Solar tracking active" to "Solar tracking" (English and French). The i18n key is unchanged (#105).

🧹 Maintenance

  • Removed deploy-local script; .deploy.example now points at scripts/deploy. The deploy script was also fixed to back up and restore the pre-deploy dist file on exit rather than running git checkout -- dist/..., which was silently discarding uncommitted builds (#105).
  • .dirty-deploy is now gitignored and untracked (#74e6918).

📦 Install / Upgrade

Through HACS, update to v2.1.0. Restart not required for the card; reload your browser/dashboard.

If you had show_version: true in your card YAML, remove it — it is no longer a valid option (the card ignores unknown keys, so it will not break anything). If you had show_resume configured, remove it for the same reason.