Hi everyone,
I built a small lovelace custom Unavailable Entity Card. It scans Home Assistant and shows only entities that are currently unavailable or unknown, using a native tile-style layout. The idea is to make “quietly broken” entities easier to spot without digging through Developer Tools.
Feature list:
- Scan all entities with
all_entities: trueor monitor a hand-pickedentities:list include/excludefilters for exact entities, domains, entity_globs / wildcards, labels, areas and states- Optional
include_hidden: truefor hidden registry entities - Group rows by
device,integration,area, ordomain - Search box appears automatically for longer lists
- Supports custom unavailable states like
offline,error,idle, ordisconnected - Optional custom badge colors per state
- Can be used with
auto-entities - Works with light/dark themes
Example:
type: custom:unavailable-entity-card
title: Unavailable entities
all_entities: true
expanded: false
More configuration examples are available in the repo README.
GitHub: https://github.com/vineetchoudhary/lovelace-unavailable-entity-card
Install via HACS:
Feedback, feature requests, and contributions are always welcome!
