Skip to content

custom-cards/unused-card

Repository files navigation

Unused Card by @iantrich

A simple card that shows your unused entities

GitHub Release License

Project Maintenance GitHub Activity

Discord Community Forum

Options

Name Type Requirement Description Default
type string Required custom:unused-card
name string Optional Card name Unused Entities

Install

This card is available in HACS (Home Assistant Community Store)

Simple install

  1. Download and copy unused-card.js from the dist into your config/www directory.

  2. Add a reference to unused-card.js inside your ui-lovelace.yaml.

resources:
  - url: /local/unused-card.js
    type: module

Troubleshooting