ha_create_dashboard
Create a new Lovelace dashboard with custom URL path, title, icon, admin access, and sidebar visibility settings for Home Assistant.
Instructions
Create a new Lovelace dashboard
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url_path | Yes | URL path for the dashboard (e.g. 'tablet', 'kitchen'). Will be accessible at /lovelace-{url_path}/ | |
| title | Yes | Display title for the dashboard | |
| icon | No | Material Design icon (e.g. 'mdi:tablet') | |
| require_admin | No | Whether to require admin access | |
| show_in_sidebar | No | Whether to show in the sidebar |