ha_save_dashboard_config
Overwrite a Home Assistant dashboard's complete Lovelace configuration with a new set of views and cards.
Instructions
Save/overwrite the full Lovelace configuration of a dashboard. Provide the complete config with views and cards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url_path | No | Dashboard URL path (e.g. 'tablet'). Omit for default dashboard. | |
| config | Yes | Full Lovelace configuration object with 'views' array. Example: { views: [{ title: 'Home', cards: [...] }] } |