Installation
Requirements
- Home Assistant 2024.7 or newer, with a Lovelace dashboard. HACS will not offer the card below that.
- Badges need the sections view type, so Home Assistant 2024.8 or newer.
You do not need card-mod, lovelace-card-templater or any other helper — see
Styling.
Option 1 — HACS (recommended)
- Open HACS in the Home Assistant sidebar.
- Search for Decluttering Card Plus.
- If it is not listed, add this repository as a custom repository:
⋮ → Custom repositories, URL
https://github.com/tempus2016/decluttering-card-plus, type Dashboard. - Click Download.
- Reload your browser with a hard refresh (Ctrl+Shift+R, or Cmd+Shift+R on a Mac).
HACS registers the dashboard resource for you.
Option 2 — manual
- Download
decluttering-card-plus.jsfrom the repository. -
Put it in
<config>/www/decluttering-card-plus.json your Home Assistant machine.wget https://raw.githubusercontent.com/tempus2016/decluttering-card-plus/main/dist/decluttering-card-plus.js mv decluttering-card-plus.js /config/www/ -
Register it as a dashboard resource.
In the UI: Settings → Dashboards → ⋮ → Resources → + Add resource, URL
/local/decluttering-card-plus.js, type JavaScript module.In YAML mode, in your
ui-lovelace.yaml:resources: - url: /local/decluttering-card-plus.js type: module - Hard refresh your browser.
/config/wwwis served at/local. If you have just created thewwwfolder, restart Home Assistant — the static path is only registered at startup, so until you do the file will 404.
Confirming it loaded
Open your dashboard, press F12 and look at the browser console. The card announces itself:
DECLUTTERING-CARD-PLUS
Version 1.0.0
You can also check the card picker. Edit any dashboard, click + Add card and search for declutter:

You should see four entries:
| Entry | What it is |
|---|---|
| Decluttering Card Plus | Use a template. This is the one you will add most often. |
| Decluttering Template Plus | Define a template as a card. |
| Decluttering Card (compatibility) | Alias so existing custom:decluttering-card config keeps working. |
| Decluttering Template (compatibility) | Alias for existing custom:decluttering-template config. |
The two compatibility entries only appear when the original decluttering-card is not
installed — see Migrating from decluttering-card.
If nothing shows up at all, go to Troubleshooting.