get_dashboard_config
Retrieve a Home Assistant dashboard's full configuration by its URL path, returning the views and cards structure. If no config exists, get an empty scaffold to start building.
Instructions
Get a dashboard's full configuration
Args: url_path: The dashboard's URL path (e.g. "my-dash"). Omit or pass None for the default "Overview" dashboard.
Returns:
The dashboard config dict (a top-level views list of cards). If the
dashboard has no stored config yet, returns an empty {"views": []}
scaffold with a note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |