Skip to content

v0.1.5 — Global Cards parity + visual editor

Choose a tag to compare

@rusty4444 rusty4444 released this 17 May 14:18
15b8641

What's new

  • Added source-dashboard mode for Global-cards-style workflows:
    • source_dashboard and optional source_view
    • inline rendering for shared headers/sections
    • popup/invisible display for Bubble Card-style global pop-ups
    • sections-view support with 12-column grid fallback
  • Added a Home Assistant visual editor for custom:linked-card:
    • template/source mode selector
    • stored template dropdown
    • variable override editing
    • source dashboard/view/display controls
  • Added live template update events:
    • backend fires linked_cards_template_updated
    • open linked-card instances invalidate cache and re-render affected templates
  • Added manager export/import:
    • export selected template
    • export all templates
    • import JSON template files
  • Fixed HACS metadata by adding the required domain field
  • Improved unload/reload robustness around integration state/static resource setup
  • Updated README, limitations, roadmap and validation notes

Validation

  • npm run check passed
  • python3 -m py_compile custom_components/linked_cards/*.py passed
  • 16 Vitest tests passed