Skip to content

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 04 Jan 22:40
fcb1c05

Auto-entities integration now works! Filter entities by area, device, label, or any attribute using the community's favorite query engine.

type: custom:auto-entities
card:
  type: custom:treemap-card
  header:
    title: Kitchen Power
filter:
  include:
    - domain: sensor
      area: Kitchen
      attributes:
        device_class: power

Auto-entities handles which entities to show, treemap handles how to visualize them. The card also accepts per-entity name and icon overrides if you need them.

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

GitHub Downloads