Skip to content

v1.7.1 — Profile card

Choose a tag to compare

@kingchddg901 kingchddg901 released this 10 Jul 06:10

A point release that gives run profiles the dashboard surface they should've had at launch — no new capability, just a new place to use the existing one.

New

  • Profile card (custom:vacuum-agent-profile-card) — a drop-in Lovelace card for one saved run profile. Shows its name, room metadata, a read-only Runs As step manifest (⏱ waits, cleans with each group's mode, ⚡ charge-to-% stops), and a Run button. Inspect-and-run only — configure it with a visual vacuum → map → profile picker (no YAML). Its step manifest is the same renderer the full panel uses, so the two surfaces can't drift.

Fixes & polish

  • Profile card now adopts the --evcc-* theme tokens (matching the room + dashboard cards' shape and accent) and carries the per-user language globe — it had been styled off raw HA tokens and was missing the globe.

Docs

  • User guide + dev references now document the card; the README gains translation hero shots — the room and profile cards rendered across all seven shipped languages.

Frontend-only — a browser hard-refresh (Ctrl+Shift+R) picks it up; no Home Assistant restart needed. Built on the charge/wait step model from v1.7.0.