dashboards_update_dashboard_resource
Update a Lovelace resource's URL or type using its numeric ID, new URL, and optional resource type (module, js, or css).
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 |
|---|---|---|---|
| resource_id | Yes | Numeric ID of the resource to update. | |
| url | Yes | New resource URL. | |
| resource_type | No | 'module', 'js', or 'css'. | module |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||