restore_dashboard
Restore a Home Assistant dashboard from its latest backup, with the current config saved first for undo. Specify a backup ID or preview dry_run.
Instructions
Restore a dashboard from a backup (live)
Restores the most recent backup unless backup_id is given. The current
config is itself backed up first, so a restore can be undone.
Args: url_path: Dashboard URL path, or None for the default dashboard. backup_id: A specific backup id from list_dashboard_backups (default: newest). dry_run: Preview without saving.
Returns:
Save result plus restored_from, or a dry-run preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | ||
| url_path | No | ||
| backup_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |