Export a dashboard brief
The Varco panel can turn an existing Lovelace dashboard or single view into a local agent brief zip. This is a bootstrap helper only: it creates a manifest blueprint, not a grant, and no Home Assistant token leaves Home Assistant.
- Open
/varco. - In Dashboard brief export, choose a Lovelace dashboard.
- Optionally choose a single view instead of the whole dashboard.
- Review the harvested entities grouped by the referencing view/card and uncheck anything the consumer should not use.
- Click Download agent brief zip.
The zip contains:
brief.md: a self-contained instruction brief for a coding agent, including the manifest, entity catalog, unresolved dashboard warnings, and a ready-to-run@varco/clientbootstrap with the current Authority ID and bridge URL.manifest.json: the canonical read-only manifest blueprint.
The export harvests entity: and entities: references into read_entities and subscriptions, history-graph entities into history, and camera entities from picture/camera cards into camera_snapshots.
It does not emit actions; the brief tells the coding agent to ask which entities need write or history elevation before changing the manifest.
The entity catalog includes static metadata and a trimmed point-in-time state snapshot. The downloaded zip may contain real state values, so treat it as private.