📂 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:
- expandedSee 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
- chore: bumps version to 0.20.0 by @gh-action-bump-version
- fix expanding row and sectin over renders by @warmfire540
- expanded by default - thanks @joshua-beck-0908! by @warmfire540
- repo bits added by @warmfire540
What's Changed
- Sections expanded by default & boring performing tweaks! 🧩✨ by @warmfire540 in #55
Full Changelog: 0.19.0...0.20.0