Skip to content

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 30 Dec 13:41
992aef5

Unresponsive sensors? Now you can see them! With filter.unavailable: true, entities that stopped reporting or went offline appear in your treemap instead of silently disappearing.

type: custom:treemap-card
entities:
  - sensor.*_battery
filter:
  unavailable: true
color:
  unavailable: '#6b7280'  # Custom gray (optional)

Perfect for battery monitoring dashboards where knowing a sensor died is just as important as knowing which batteries are low. Unavailable entities show their state text ("unavailable", "unknown") and get a gray background by default (configurable).

Do you find the card useful? Please ⭐️ the project.

GitHub Downloads