dashboards_update_dashboard_resource
Update an existing Lovelace dashboard resource by providing its numeric ID and a new URL, with optional type specification.
Instructions
Update the URL or type of an existing Lovelace resource.
Use get_dashboard_resources() to find the resource ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | New resource URL. | |
| resource_id | Yes | Numeric ID of the resource to update. | |
| resource_type | No | 'module', 'js', or 'css'. | module |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||