save_lovelace_dashboard
Overwrite a complete Lovelace dashboard configuration by providing its config dict and optional URL path. Returns the success status from Home Assistant.
Instructions
Save (overwrite) an entire Lovelace dashboard config.
Args:
config: The complete dashboard config dict (as returned by
:func:get_lovelace_dashboard).
url_path: Dashboard slug, or None for Overview.
Returns the raw HA response envelope so the caller can inspect success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | Yes | ||
| url_path | No |