github homeassistant-extras/device-card 0.20.0
0.20.0 - Sections expanded by default & boring performing tweaks! 🧩✨

8 hours ago

📂 expanded feature

Add the expanded feature so each section (sensors, controls, etc.) starts with the full entity list visible—no need to tap "Show more" first. You can still collapse a section afterward

Example:

type: custom:device-card
device_id: your_device_id
features:
  - expanded

See Device card configuration for all options.

Performance

  • Section expand/collapse only refreshes the section you toggle, which keeps the card lighter when you have lots of entities.
  • Rows now handle their own rendering
  • Expanding a row to see it's attributes no longer re-renders the entire card

What's Changed

  • Sections expanded by default & boring performing tweaks! 🧩✨ by @warmfire540 in #55

Full Changelog: 0.19.0...0.20.0

Don't miss a new device-card release

NewReleases is sending notifications on new releases.