Add the Translations page
docs: point at the releases page for what changed, and explain the version markers
With no changelog in the repository any more, a release's notes are the only record
of what a version brought - so the index says where they are. And the (v1.1.0+) marks
now scattered through the pages want a line saying what they mean, on the page
everyone lands on first.
docs: write up the v1.1.0 features, with the release on each new heading
New headings now carry the release they arrived in, the way TaskMate's wiki does, so
you can tell from the page whether the version you are running has the thing it
describes. Only headings for things that are actually new are tagged - the pages that
predate the convention are left alone.
Covers what has landed since v1.0.0: asking Home Assistant what an entity is called,
optional placeholders, escaping brackets, repeating over the registry, numbering
copies, leaving out a copy with nothing to show, fit: contents, shared dashboard
defaults, and the Result panel in the card editor.
Document describing variables, repeating a template, transforms and where used
Five things landed in the card that the wiki did not cover:
- a template can describe its variables, so cards using it get real controls
- a card can render its template once per item with for_each
- a placeholder can ask for its value in a different shape with |slug and friends
- the template editor can turn a card you already have into a template
- the template editor lists everywhere a template is used
Two new pages, Describing Variables and Repeating a Template, since both are
whole topics rather than paragraphs. Transforms went into Variables next to the
other placeholder forms, and the two editor actions into Visual Editors beside
the tabs they belong to. Configuration Reference, Troubleshooting, Home and the
sidebar follow.
Document the Share tab, and correct the requirements
Adds a Sharing a Template page covering export and import, which had no coverage at
all, with a screenshot from the dev HA. Linked from the sidebar, the Home index,
Visual Editors and the between-dashboards page.
Installation said any version from 2024.2 was fine and showed a 2026.2.0 console
banner; hacs.json declares 2024.7.0 and the card reports 1.0.0.
Document the card in full: 18 pages with worked examples and screenshots
Covers installation, a five-minute quick start, the two ways to define
templates, all four content types (card, badge, row, element), variables
and their substitution rules, cross-dashboard template sharing,
visibility conditions, styling, the visual editors, a configuration
reference, ten recipes, a migration guide and troubleshooting.
Screenshots are captured from a real Home Assistant instance.