ha_update_dashboard
Update a Home Assistant Lovelace dashboard's title, icon, admin requirement, or sidebar visibility.
Instructions
Update an existing Lovelace dashboard's properties (title, icon, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboard_id | Yes | The dashboard ID (numeric, from ha_list_dashboards) | |
| title | No | New display title | |
| icon | No | New icon (e.g. 'mdi:tablet') | |
| require_admin | No | Whether to require admin access | |
| show_in_sidebar | No | Whether to show in sidebar |